Definition Type: ComplexType
Name: InputChannelSetType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InputChannelStatus Drilldown into InputChannelDefaultPageDescriptionLanguageId Drilldown into InputChannelDefaultJobControlLanguageId Drilldown into InputChannelInterfaceId Drilldown into InputChannelDescriptionXSD Diagram of InputChannelSetType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="InputChannelSetType">
    <xs:sequence>
        <xs:element ref="InputChannelDescription" minOccurs="0" />
        <xs:element name="InputChannelInterfaceId" type="xs:int" minOccurs="0" />
        <xs:element name="InputChannelDefaultJobControlLanguageId" type="xs:int" minOccurs="0" />
        <xs:element name="InputChannelDefaultPageDescriptionLanguageId" type="xs:int" minOccurs="0" />
        <xs:element name="InputChannelStatus" 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>
    <!-- InputChannel - type -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InputChannelDescription pwg:InputChannelDescription 0 (1)
InputChannelInterfaceId pwg:InputChannelInterfaceId 0 (1)
InputChannelDefaultJobControlLanguageId pwg:InputChannelDefaultJobControlLanguageId 0 (1)
InputChannelDefaultPageDescriptionLanguageId pwg:InputChannelDefaultPageDescriptionLanguageId 0 (1)
InputChannelStatus pwg:InputChannelStatus 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:InputChannel