<?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>
|