Definition Type: ComplexType
Name: FaxInJobType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: FaxInService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FaxInJobTicket Drilldown into FaxInJobStatus Drilldown into FaxInJobReceiptXSD Diagram of FaxInJobType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxInJobType">
    <xs:sequence>
        <xs:element ref="FaxInJobReceipt" minOccurs="0" />
        <xs:element ref="FaxInJobStatus" />
        <xs:element ref="FaxInJobTicket" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- FaxInJob - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FaxInJobReceipt pwg:FaxInJobReceipt 0 (1)
FaxInJobStatus pwg:FaxInJobStatus (1) (1)
FaxInJobTicket pwg:FaxInJobTicket 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:FaxInJob