Schema Central  >  LEXS 4.0  >  t-1.xsd  >  wstop:TopicNamespace
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
Any attribute [0..*]Namespace: ##other, Process Contents: laxfrom type wstop:ExtensibleDocumented
name [0..1]xsd:NCName
targetNamespace [1..1]xsd:anyURI
final [0..1]xsd:booleanDefault value is "false".

Identity constraints

TypeNameSelectorField(s)
uniquerootTopicUniquenesswstop: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>