Definition Type: ComplexType
Name: NotificationType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgNotificationOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StateReasons Drilldown into State Drilldown into IsAcceptingJobs Drilldown into JobStateReasons Drilldown into JobState Drilldown into JobUuid Drilldown into ImpressionsCompleted Drilldown into NotifyText Drilldown into UpTime Drilldown into NotifyUserData Drilldown into NotifySequenceNumber Drilldown into NotifySubscriptionUuid Drilldown into NotifySubscribedEvent Drilldown into NotifyServiceUri Drilldown into NotifyNaturalLanguage Drilldown into NotifyElements Drilldown into NotifyCharset Drilldown into CurrentTimeXSD Diagram of NotificationType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="NotificationType">
    <xs:sequence>
        <xs:element ref="CurrentTime" minOccurs="0" />
        <xs:element ref="NotifyCharset" minOccurs="0" />
        <xs:element ref="NotifyElements" minOccurs="0" />
        <xs:element ref="NotifyNaturalLanguage" minOccurs="0" />
        <xs:element ref="NotifyServiceUri" />
        <xs:element ref="NotifySubscribedEvent" />
        <xs:element ref="NotifySubscriptionUuid" />
        <xs:element ref="NotifySequenceNumber" minOccurs="0" />
        <xs:element ref="NotifyUserData" minOccurs="0" />
        <xs:element ref="UpTime" />
        <xs:element ref="NotifyText" minOccurs="0" />
        <xs:choice minOccurs="0">
            <xs:sequence>
                <xs:element ref="ImpressionsCompleted" />
                <xs:element ref="JobUuid" />
                <xs:element ref="JobState" />
                <xs:element ref="JobStateReasons" />
            </xs:sequence>
            <xs:sequence>
                <xs:element ref="IsAcceptingJobs" />
                <xs:element ref="State" />
                <xs:element ref="StateReasons" />
            </xs:sequence>
        </xs:choice>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentTime pwg:CurrentTime 0 (1)
NotifyCharset pwg:NotifyCharset 0 (1)
NotifyElements pwg:NotifyElements 0 (1)
NotifyNaturalLanguage pwg:NotifyNaturalLanguage 0 (1)
NotifyServiceUri pwg:NotifyServiceUri (1) (1)
NotifySubscribedEvent pwg:NotifySubscribedEvent (1) (1)
NotifySubscriptionUuid pwg:NotifySubscriptionUuid (1) (1)
NotifySequenceNumber pwg:NotifySequenceNumber 0 (1)
NotifyUserData pwg:NotifyUserData 0 (1)
UpTime pwg:UpTime (1) (1)
NotifyText pwg:NotifyText 0 (1)
ImpressionsCompleted pwg:ImpressionsCompleted (1) (1)
JobUuid pwg:JobUuid (1) (1)
JobState pwg:JobState (1) (1)
JobStateReasons pwg:JobStateReasons (1) (1)
IsAcceptingJobs pwg:IsAcceptingJobs (1) (1)
State pwg:State (1) (1)
StateReasons pwg:StateReasons (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded