Definition Type: Element
Name: Topic
Namespace: http://docs.oasis-open.org/wsn/t-1
Type: wstop:TopicType
Containing Schema: t-1.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into TopicType in schema t-1_xsdXSD Diagram of Topic in schema t-1_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="Topic" type="wstop:TopicType" minOccurs="0" maxOccurs="unbounded">
    <xsd:unique name="childTopicUniqueness">
        <xsd:selector xpath="wstop:topic" />
        <xsd:field xpath="@name" />
    </xsd:unique>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation wstop:documentation 0 (1)
MessagePattern wstop:MessagePattern 0 1
Topic wstop:Topic 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name wstop:name Required
messageTypes wstop:messageTypes (Optional)
final wstop:final false (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: