Definition Type: Element
Name: FaxInServiceElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgFaxInOpMsg.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into FaxInServiceDescription Drilldown into FaxInServiceCapabilitiesReady Drilldown into FaxInServiceCapabilities Drilldown into DefaultFaxInJobTicketXSD Diagram of FaxInServiceElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="FaxInServiceElements">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DefaultFaxInJobTicket" minOccurs="0" />
            <xs:element ref="FaxInServiceCapabilities" minOccurs="0" />
            <xs:element ref="FaxInServiceCapabilitiesReady" minOccurs="0" />
            <xs:element ref="FaxInServiceDescription" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DefaultFaxInJobTicket pwg:DefaultFaxInJobTicket 0 (1)
FaxInServiceCapabilities pwg:FaxInServiceCapabilities 0 (1)
FaxInServiceCapabilitiesReady pwg:FaxInServiceCapabilitiesReady 0 (1)
FaxInServiceDescription pwg:FaxInServiceDescription 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded