Definition Type: Element
Name: SubscribeResponse
Namespace: http://docs.oasis-open.org/wsn/b-2
Containing Schema: b-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TerminationTime in schema b-2_xsd Drilldown into CurrentTime in schema b-2_xsd Drilldown into SubscriptionReference in schema b-2_xsdXSD Diagram of SubscribeResponse in schema b-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="SubscribeResponse">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="SubscriptionReference" type="wsa:EndpointReferenceType" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="wsnt:CurrentTime" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="wsnt:TerminationTime" minOccurs="0" maxOccurs="1" />
            <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
SubscriptionReference wsn-b:SubscriptionReference 1 1
CurrentTime wsn-b:CurrentTime 0 1
TerminationTime wsn-b:TerminationTime 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded