Definition Type: ComplexType
Name: ScannerType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScannerStatus Drilldown into ScannerDescriptionXSD Diagram of ScannerType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ScannerType">
    <xs:sequence>
        <xs:element ref="ScannerDescription" minOccurs="0" />
        <xs:element ref="ScannerStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- Scanner - type -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScannerDescription pwg:ScannerDescription 0 (1)
ScannerStatus pwg:ScannerStatus (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:Scanner