Definition Type: ComplexType
Name: JobElementsType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgScanOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScanJobTicket Drilldown into ScanJobStatus Drilldown into ScanJobReceiptXSD Diagram of JobElementsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="JobElementsType">
    <xs:sequence>
        <xs:element ref="ScanJobReceipt" minOccurs="0" />
        <xs:element ref="ScanJobStatus" minOccurs="0" />
        <xs:element ref="ScanJobTicket" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScanJobReceipt pwg:ScanJobReceipt 0 (1)
ScanJobStatus pwg:ScanJobStatus 0 (1)
ScanJobTicket pwg:ScanJobTicket 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:ScanJobElements