Definition Type: Element
Name: FinisherSupplyDescription
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FinisherSupplyMaxCapacityBasis Drilldown into FinisherSupplyMaxCapacity Drilldown into FinisherSupplyCurrentLevelBasis Drilldown into FinisherSupplyCurrentLevelXSD Diagram of FinisherSupplyDescription
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="FinisherSupplyDescription">
    <!-- FinisherSupplyDescription - group -->
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="FinisherSupplyCurrentLevel" minOccurs="0" />
            <xs:element ref="FinisherSupplyCurrentLevelBasis" minOccurs="0" />
            <xs:element ref="FinisherSupplyMaxCapacity" minOccurs="0" />
            <xs:element ref="FinisherSupplyMaxCapacityBasis" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FinisherSupplyCurrentLevel pwg:FinisherSupplyCurrentLevel 0 (1)
FinisherSupplyCurrentLevelBasis pwg:FinisherSupplyCurrentLevelBasis 0 (1)
FinisherSupplyMaxCapacity pwg:FinisherSupplyMaxCapacity 0 (1)
FinisherSupplyMaxCapacityBasis pwg:FinisherSupplyMaxCapacityBasis 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded