Definition Type: ComplexType
Name: FaxOutServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:FaxOutServiceBaseType
Containing Schema: FaxOutService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTable Drilldown into FaxOutServiceStatus Drilldown into FaxOutServiceDescription Drilldown into FaxOutServiceDefaults Drilldown into FaxOutServiceConfiguration Drilldown into FaxOutServiceCapabilitiesReady Drilldown into FaxOutServiceCapabilities Drilldown into FaxOutServiceBaseTypeXSD Diagram of FaxOutServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxOutServiceType">
    <xs:complexContent>
        <xs:extension base="FaxOutServiceBaseType">
            <xs:sequence>
                <xs:element name="JobTable">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="ActiveJobs" type="FaxOutJobsType" />
                            <xs:element name="JobHistory" type="FaxOutJobsType" />
                            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FaxOutServiceCapabilities pwg:FaxOutServiceCapabilities 0 (1)
FaxOutServiceCapabilitiesReady pwg:FaxOutServiceCapabilitiesReady 0 (1)
FaxOutServiceConfiguration pwg:FaxOutServiceConfiguration 0 (1)
FaxOutServiceDefaults pwg:FaxOutServiceDefaults 0 (1)
FaxOutServiceDescription pwg:FaxOutServiceDescription (1) (1)
FaxOutServiceStatus pwg:FaxOutServiceStatus (1) (1)
JobTable pwg:JobTable (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:FaxOutService