Definition Type: Element
Name: SubscriptionManagerRP
Namespace: http://docs.oasis-open.org/wsn/b-2
Containing Schema: b-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreationTime in schema b-2_xsd Drilldown into SubscriptionPolicy in schema b-2_xsd Drilldown into Filter in schema b-2_xsd Drilldown into ConsumerReference in schema b-2_xsdXSD Diagram of SubscriptionManagerRP in schema b-2_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:element name="SubscriptionManagerRP">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="wsnt:ConsumerReference" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="wsnt:Filter" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="wsnt:SubscriptionPolicy" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="wsnt:CreationTime" minOccurs="0" maxOccurs="1" />
        </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
SubscriptionPolicy wsn-b:SubscriptionPolicy 0 1
CreationTime wsn-b:CreationTime 0 1