Definition Type: ComplexType
Name: OutputChannelSetType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OutputChannelStatus Drilldown into OutputChannelInterfaceId Drilldown into OutputChannelDefaultJobControlLanguageId Drilldown into OutputChannelDescriptionXSD Diagram of OutputChannelSetType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OutputChannelDescription pwg:OutputChannelDescription 0 (1)
OutputChannelDefaultJobControlLanguageId pwg:OutputChannelDefaultJobControlLanguageId 0 (1)
OutputChannelInterfaceId pwg:OutputChannelInterfaceId 0 (1)
OutputChannelStatus pwg:OutputChannelStatus 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:OutputChannel