Definition Type: Element
Name: Subscribe
Namespace: http://docs.oasis-open.org/wsn/b-2
Containing Schema: b-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubscriptionPolicy in schema b-2_xsd Drilldown into InitialTerminationTime in schema b-2_xsd Drilldown into Filter in schema b-2_xsd Drilldown into ConsumerReference in schema b-2_xsdXSD Diagram of Subscribe in schema b-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="Subscribe">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ConsumerReference" type="wsa:EndpointReferenceType" minOccurs="1" maxOccurs="1" />
            <xsd:element name="Filter" type="wsnt:FilterType" minOccurs="0" maxOccurs="1" />
            <xsd:element name="InitialTerminationTime" type="wsnt:AbsoluteOrRelativeTimeType" nillable="true" minOccurs="0" maxOccurs="1" />
            <xsd:element name="SubscriptionPolicy" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsumerReference wsn-b:ConsumerReference 1 1
Filter wsn-b:Filter 0 1
InitialTerminationTime wsn-b:InitialTerminationTime 0 1
SubscriptionPolicy wsn-b:SubscriptionPolicy 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded