Definition Type: ComplexType
Name: ScanServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:ScanServiceBaseType
Containing Schema: ScanService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTable Drilldown into ScanServiceStatus Drilldown into ScanServiceDescription Drilldown into ScanServiceDefaults Drilldown into ScanServiceConfiguration Drilldown into ScanServiceCapabilitiesReady Drilldown into ScanServiceCapabilities Drilldown into ScanServiceBaseTypeXSD Diagram of ScanServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ScanServiceType">
    <xs:complexContent>
        <xs:extension base="ScanServiceBaseType">
            <xs:sequence>
                <xs:element name="JobTable">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="ActiveJobs" type="ScanJobsType" />
                            <xs:element name="JobHistory" type="ScanJobsType" minOccurs="0" />
                            <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
ScanServiceCapabilities pwg:ScanServiceCapabilities 0 (1)
ScanServiceCapabilitiesReady pwg:ScanServiceCapabilitiesReady 0 (1)
ScanServiceConfiguration pwg:ScanServiceConfiguration 0 (1)
ScanServiceDefaults pwg:ScanServiceDefaults 0 (1)
ScanServiceDescription pwg:ScanServiceDescription (1) (1)
ScanServiceStatus pwg:ScanServiceStatus (1) (1)
JobTable pwg:JobTable (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:ScanService