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