Definition Type: ComplexType
Name: OutputChannelStatusType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubunitStates Drilldown into ProductID Drilldown into OutputChannelType Drilldown into OutputChannelProtocolVersion Drilldown into OutputChannelAuxInfo Drilldown into Id Drilldown into DeviceErrorsXSD Diagram of OutputChannelStatusType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="OutputChannelStatusType">
    <xs:sequence>
        <!-- SM/1.0 Printer group import -->
        <xs:element name="DeviceErrors" type="xs:int" minOccurs="0" />
        <xs:element ref="Id" />
        <xs:element ref="OutputChannelAuxInfo" minOccurs="0" />
        <xs:element ref="OutputChannelProtocolVersion" minOccurs="0" />
        <xs:element ref="OutputChannelType" />
        <xs:element ref="ProductID" minOccurs="0" />
        <xs:element ref="SubunitStates" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeviceErrors pwg:DeviceErrors 0 (1)
Id pwg:Id (1) (1)
OutputChannelAuxInfo pwg:OutputChannelAuxInfo 0 (1)
OutputChannelProtocolVersion pwg:OutputChannelProtocolVersion 0 (1)
OutputChannelType pwg:OutputChannelType (1) (1)
ProductID pwg:ProductID 0 (1)
SubunitStates pwg:SubunitStates (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:OutputChannelStatus