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