<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="OutputChannelSetType">
<xs:sequence>
<xs:element name="OutputChannelDescription" type="OutputChannelDescriptionSetType" minOccurs="0" />
<xs:element name="OutputChannelDefaultJobControlLanguageId" type="xs:int" minOccurs="0" />
<xs:element name="OutputChannelInterfaceId" type="xs:int" minOccurs="0" />
<xs:element name="OutputChannelStatus" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element ref="Id" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<!-- OutputChannel - type -->
</xs:complexType>
|