Definition Type: ComplexType
Name: InputChannelType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InputChannelDefaultPageDescriptionLanguage Drilldown into InputChannelDefaultJobControlLanguage Drilldown into InputChannelInterface Drilldown into InputChannelStatus Drilldown into InputChannelDescriptionXSD Diagram of InputChannelType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InputChannelDescription pwg:InputChannelDescription 0 (1)
InputChannelStatus pwg:InputChannelStatus (1) (1)
InputChannelInterface pwg:InputChannelInterface 0 (1)
InputChannelDefaultJobControlLanguage pwg:InputChannelDefaultJobControlLanguage 0 (1)
InputChannelDefaultPageDescriptionLanguage pwg:InputChannelDefaultPageDescriptionLanguage 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:InputChannel