Definition Type: ComplexType
Name: OutputChannelType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OutputChannelInterface Drilldown into OutputChannelDefaultJobControlLanguage Drilldown into OutputChannelStatus Drilldown into OutputChannelDescriptionXSD Diagram of OutputChannelType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="OutputChannelType">
    <xs:sequence>
        <xs:element ref="OutputChannelDescription" minOccurs="0" />
        <xs:element ref="OutputChannelStatus" />
        <xs:element ref="OutputChannelDefaultJobControlLanguage" minOccurs="0" />
        <xs:element ref="OutputChannelInterface" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- OutputChannel - type -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OutputChannelDescription pwg:OutputChannelDescription 0 (1)
OutputChannelStatus pwg:OutputChannelStatus (1) (1)
OutputChannelDefaultJobControlLanguage pwg:OutputChannelDefaultJobControlLanguage 0 (1)
OutputChannelInterface pwg:OutputChannelInterface 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:OutputChannel