<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="InputChannelType">
<xs:sequence>
<xs:element ref="InputChannelDescription" minOccurs="0" />
<xs:element ref="InputChannelStatus" />
<xs:element ref="InputChannelInterface" minOccurs="0" />
<xs:element ref="InputChannelDefaultJobControlLanguage" minOccurs="0" />
<xs:element ref="InputChannelDefaultPageDescriptionLanguage" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<!-- InputChannel - type -->
</xs:complexType>
|