diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
children | pf:Channel | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ChannelArray"> <xs:annotation> <xs:documentation>List of channels defining which separations are to be produced. Used to define list of colorants on plate outputting devices.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Channel" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="pf:CIELab"/> <xs:attribute name="Visible" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>True when the channel is to be printed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OutputName" type="xs:string" use="optional" default=""> <xs:annotation> <xs:documentation>Instructs the driver to use another name for the output channel than defined by this channel.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ScreenType"> <xs:annotation> <xs:documentation>Depending on the screentype all other screening settings are present as attributes. Overriding the driver or PMM defined screening.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Channel" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="pf:CIELab"/> <xs:attribute name="Visible" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>True when the channel is to be printed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OutputName" type="xs:string" use="optional" default=""> <xs:annotation> <xs:documentation>Instructs the driver to use another name for the output channel than defined by this channel.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ScreenType"> <xs:annotation> <xs:documentation>Depending on the screentype all other screening settings are present as attributes. Overriding the driver or PMM defined screening.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Visible" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>True when the channel is to be printed.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="OutputName" type="xs:string" use="optional" default=""> <xs:annotation> <xs:documentation>Instructs the driver to use another name for the output channel than defined by this channel.</xs:documentation> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="ScreenType"> <xs:annotation> <xs:documentation>Depending on the screentype all other screening settings are present as attributes. Overriding the driver or PMM defined screening.</xs:documentation> </xs:annotation> </xs:attribute> |