Definition Type: ComplexType
Name: FaxInServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:FaxInServiceBaseType
Containing Schema: FaxInService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTable Drilldown into FaxInServiceStatus Drilldown into FaxInServiceDescription Drilldown into FaxInServiceDefaults Drilldown into FaxInServiceConfiguration Drilldown into FaxInServiceCapabilitiesReady Drilldown into FaxInServiceCapabilities Drilldown into AvailableFaxInJobTicket Drilldown into FaxInServiceBaseTypeXSD Diagram of FaxInServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxInServiceType">
    <xs:complexContent>
        <xs:extension base="FaxInServiceBaseType">
            <xs:sequence>
                <xs:element name="JobTable">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="ActiveJobs" type="FaxInJobsType" />
                            <xs:element name="JobHistory" type="FaxInJobsType" />
                            <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
AvailableFaxInJobTicket pwg:AvailableFaxInJobTicket 0 (1)
FaxInServiceCapabilities pwg:FaxInServiceCapabilities 0 (1)
FaxInServiceCapabilitiesReady pwg:FaxInServiceCapabilitiesReady 0 (1)
FaxInServiceConfiguration pwg:FaxInServiceConfiguration 0 (1)
FaxInServiceDefaults pwg:FaxInServiceDefaults 0 (1)
FaxInServiceDescription pwg:FaxInServiceDescription (1) (1)
FaxInServiceStatus pwg:FaxInServiceStatus (1) (1)
JobTable pwg:JobTable (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:FaxInService