wstop:TopicNamespace
Element information
Namespace: http://docs.oasis-open.org/wsn/t-1
Schema document: oasis-open.org/wsn/t-1/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 targetNamespace="http://usdoj.gov/topicSpace/alerts" xsi:schemaLocation="http://docs.oasis-open.org/wsn/t-1 ../../xsd/oasis-open.org/wsn/t-1/t-1.xsd"> <wstop:Topic name="USBP"> <wstop:Topic name="FugitivesAlert" messageTypes="ulexsn:TopicSubscriptionNotification"/> </wstop:Topic> <wstop:Topic name="DHS"> <wstop:Topic name="TerroristAlert" messageTypes="ulexsn:TopicSubscriptionNotification"/> <wstop:Topic name="AmberAlert" messageTypes="ulexsn:TopicSubscriptionNotification"/> <wstop:Topic name="NoFlyList" messageTypes="ulexsn:TopicSubscriptionNotification"/> </wstop:Topic> <wstop:Topic name="USMS"> <wstop:Topic name="MostWantedList" messageTypes="ulexsn:TopicSubscriptionNotification"/> </wstop:Topic> </wstop:TopicNamespace>