wstop:Topic
Element information
Namespace: http://docs.oasis-open.org/wsn/t-1
Schema document: t-1.xsd
Other elements with the same name: wstop:Topic
Type: wstop:TopicType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wstop:documentation [0..1]
- wstop:MessagePattern [0..1]
- wstop:Topic [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: strict
from type wstop:ExtensibleDocumented
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wstop:ExtensibleDocumented | |
name | [1..1] | xsd:NCName | ||
messageTypes | [0..1] | Anonymous | ||
final | [0..1] | xsd:boolean | Default value is "false". |
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | childTopicUniqueness | wstop:topic | @name |
Used in
- Anonymous type of element wstop:Topic via extension of wstop:TopicType
- Type wstop:TopicType (Element wstop:Topic)
Sample instance
<wstop:Topic name="t1"> <wstop:Topic name="t2" messageTypes="xyz:m1 tns:m2"/> <wstop:Topic name="t3" messageTypes="xyz:m3"/> </wstop:Topic>