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