Definition Type: ComplexType
Name: InputChannelStatusType
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 InputChannelType Drilldown into InputChannelProtocolVersion Drilldown into InputChannelAuxInfo Drilldown into Id Drilldown into DeviceErrorsXSD Diagram of InputChannelStatusType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="InputChannelStatusType">
    <xs:sequence>
        <!-- SM/1.0 Printer group import -->
        <xs:element name="DeviceErrors" type="xs:int" minOccurs="0" />
        <xs:element ref="Id" />
        <xs:element ref="InputChannelAuxInfo" minOccurs="0" />
        <xs:element ref="InputChannelProtocolVersion" minOccurs="0" />
        <xs:element ref="InputChannelType" />
        <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)
InputChannelAuxInfo pwg:InputChannelAuxInfo 0 (1)
InputChannelProtocolVersion pwg:InputChannelProtocolVersion 0 (1)
InputChannelType pwg:InputChannelType (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:InputChannelStatus