wstop:TopicNamespace
Element information
Namespace: http://docs.oasis-open.org/wsn/t-1
Schema document: t-1.xsd
Type: wstop:TopicNamespaceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wstop:documentation [0..1]
- wstop:Topic [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
from type wstop:ExtensibleDocumented
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wstop:ExtensibleDocumented | |
name | [0..1] | xsd:NCName | ||
targetNamespace | [1..1] | xsd:anyURI | ||
final | [0..1] | xsd:boolean | Default value is "false". |
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | rootTopicUniqueness | wstop:Topic | @name |
Sample instance
<wstop:TopicNamespace name="TopicSpaceExample1" targetNamespace="http://example.org/topicSpace/example1" xsi:schemaLocation="http://docs.oasis-open.org/wsn/t-1http://docs.oasis-open.org/wsn/t-1.xsd"> <wstop:Topic name="t1"> <wstop:Topic name="t2" messageTypes="xyz:m1 tns:m2"/> <wstop:Topic name="t3" messageTypes="xyz:m3"/> </wstop:Topic> <wstop:Topic name="t4"> <wstop:Topic name="t5" messageTypes="tns:m3"/> <wstop:Topic name="t6"/> </wstop:Topic> </wstop:TopicNamespace>