Definition Type: ComplexType
Name: FetchableJobsType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobUuid Drilldown into JobStateReasons Drilldown into JobState Drilldown into JobOriginatingUserName Drilldown into JobName Drilldown into JobId Drilldown into ImpressionsCompletedXSD Diagram of FetchableJobsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FetchableJobsType">
    <xs:sequence>
        <xs:element ref="ImpressionsCompleted" />
        <xs:element ref="JobId" minOccurs="0" />
        <xs:element ref="JobName" />
        <xs:element ref="JobOriginatingUserName" />
        <xs:element ref="JobState" />
        <xs:element ref="JobStateReasons" minOccurs="0" />
        <xs:element ref="JobUuid" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImpressionsCompleted pwg:ImpressionsCompleted (1) (1)
JobId pwg:JobId 0 (1)
JobName pwg:JobName (1) (1)
JobOriginatingUserName pwg:JobOriginatingUserName (1) (1)
JobState pwg:JobState (1) (1)
JobStateReasons pwg:JobStateReasons 0 (1)
JobUuid pwg:JobUuid (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:ActiveJobs, pwg:JobHistory