Definition Type: ComplexType
Name: SubscriptionStatusType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgNotificationOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UpTime Drilldown into NotifySubscriptionUuid Drilldown into NotifySubscriberUserName Drilldown into NotifyServiceUri Drilldown into NotifySequenceNumber Drilldown into NotifyLeaseExpirationTime Drilldown into JobUuidXSD Diagram of SubscriptionStatusType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SubscriptionStatusType">
    <xs:sequence>
        <xs:element ref="JobUuid" minOccurs="0" />
        <xs:element ref="NotifyLeaseExpirationTime" />
        <xs:element ref="NotifySequenceNumber" />
        <xs:element ref="NotifyServiceUri" />
        <xs:element ref="NotifySubscriberUserName" />
        <xs:element ref="NotifySubscriptionUuid" />
        <xs:element ref="UpTime" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobUuid pwg:JobUuid 0 (1)
NotifyLeaseExpirationTime pwg:NotifyLeaseExpirationTime (1) (1)
NotifySequenceNumber pwg:NotifySequenceNumber (1) (1)
NotifyServiceUri pwg:NotifyServiceUri (1) (1)
NotifySubscriberUserName pwg:NotifySubscriberUserName (1) (1)
NotifySubscriptionUuid pwg:NotifySubscriptionUuid (1) (1)
UpTime pwg:UpTime (1) (1)
Collapse Derivation Tree:
Collapse References:
pwg:SubscriptionStatus