diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | OutputChannelDescription OutputChannelDefaultJobControlLanguageId OutputChannelInterfaceId OutputChannelStatus | ||
used by |
|
||
source | <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> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | OutputChannelDescriptionSetType | ||||||
properties |
|
||||||
children | Description OutputChannelIsEnabled | ||||||
used by |
|
||||||
attributes |
|
||||||
source | <xs:element name="OutputChannelDescription" type="OutputChannelDescriptionSetType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | xs:int | ||||||
properties |
|
||||||
source | <xs:element name="OutputChannelDefaultJobControlLanguageId" type="xs:int" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | xs:int | ||||||
properties |
|
||||||
source | <xs:element name="OutputChannelInterfaceId" type="xs:int" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
properties |
|
||||||
children | Id | ||||||
used by |
|
||||||
source | <xs:element name="OutputChannelStatus" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="Id"/> </xs:sequence> </xs:complexType> </xs:element> |