Definition Type: ComplexType
Name: FaxInDocumentElementDataType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgFaxInOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FaxInDocumentTicket Drilldown into FaxInDocumentStatus Drilldown into FaxInDocumentReceiptXSD Diagram of FaxInDocumentElementDataType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxInDocumentElementDataType">
    <xs:sequence>
        <xs:element ref="FaxInDocumentReceipt" minOccurs="0" />
        <xs:element ref="FaxInDocumentStatus" minOccurs="0" />
        <xs:element ref="FaxInDocumentTicket" 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
FaxInDocumentReceipt pwg:FaxInDocumentReceipt 0 (1)
FaxInDocumentStatus pwg:FaxInDocumentStatus 0 (1)
FaxInDocumentTicket pwg:FaxInDocumentTicket 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'