Definition Type: Element
Name: SubscriptionProcessing
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgNotificationOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NotifyUserData Drilldown into NotifyTimeInterval Drilldown into NotifyRecipientUri Drilldown into NotifyPullMethod Drilldown into NotifyLeaseDuration Drilldown into NotifyEvents Drilldown into NotifyElementsXSD Diagram of SubscriptionProcessing
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="SubscriptionProcessing">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NotifyElements" minOccurs="0" />
            <xs:element ref="NotifyEvents" minOccurs="0" />
            <xs:element ref="NotifyLeaseDuration" minOccurs="0" />
            <xs:element ref="NotifyPullMethod" minOccurs="0" />
            <xs:element ref="NotifyRecipientUri" minOccurs="0" />
            <xs:element ref="NotifyTimeInterval" minOccurs="0" />
            <xs:element ref="NotifyUserData" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NotifyElements pwg:NotifyElements 0 (1)
NotifyEvents pwg:NotifyEvents 0 (1)
NotifyLeaseDuration pwg:NotifyLeaseDuration 0 (1)
NotifyPullMethod pwg:NotifyPullMethod 0 (1)
NotifyRecipientUri pwg:NotifyRecipientUri 0 (1)
NotifyTimeInterval pwg:NotifyTimeInterval 0 (1)
NotifyUserData pwg:NotifyUserData 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded