Definition Type: ComplexType
Name: CoverStatusType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Id Drilldown into DeviceErrors Drilldown into CoverSubunitType Drilldown into CoverIsOpenXSD Diagram of CoverStatusType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="CoverStatusType">
    <xs:sequence>
        <!-- SM/1.0 Printer group import -->
        <xs:element name="CoverIsOpen" type="xs:boolean" />
        <xs:element name="CoverSubunitType" type="CoverSubunitTypeWKV" />
        <xs:element name="DeviceErrors" type="xs:int" minOccurs="0" />
        <xs:element ref="Id" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CoverIsOpen pwg:CoverIsOpen (1) (1)
CoverSubunitType pwg:CoverSubunitType (1) (1)
DeviceErrors pwg:DeviceErrors 0 (1)
Id pwg:Id (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:CoverStatus