Definition Type: Element
Name: FaxOutServiceElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgFaxOutOpMsg.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into FaxOutServiceDescription Drilldown into FaxOutServiceCapabilitiesReady Drilldown into FaxOutServiceCapabilities Drilldown into DefaultFaxOutJobTicketXSD Diagram of FaxOutServiceElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="FaxOutServiceElements">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DefaultFaxOutJobTicket" minOccurs="0" />
            <xs:element ref="FaxOutServiceCapabilities" minOccurs="0" />
            <xs:element ref="FaxOutServiceCapabilitiesReady" minOccurs="0" />
            <xs:element ref="FaxOutServiceDescription" 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
DefaultFaxOutJobTicket pwg:DefaultFaxOutJobTicket 0 (1)
FaxOutServiceCapabilities pwg:FaxOutServiceCapabilities 0 (1)
FaxOutServiceCapabilitiesReady pwg:FaxOutServiceCapabilitiesReady 0 (1)
FaxOutServiceDescription pwg:FaxOutServiceDescription 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded