complexType ChannelArray
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p169.png
namespace https://printfactory.cloud/schema/2.0
children pf:Channel
used by
element Job/ChannelArray
annotation
documentation
List of channels defining which separations are to be produced. Used to define list of colorants on plate outputting devices.
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>

element ChannelArray/Channel
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p170.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
CIELab_L  derived by: xs:decimal        
CIELab_a  derived by: xs:decimal        
CIELab_b  derived by: xs:decimal        
Visible  xs:boolean    true    
documentation
True when the channel is to be printed.
OutputName  xs:string  optional  <empty>    
documentation
Instructs the driver to use another name for the output channel than defined by this channel.
ScreenType          
documentation
Depending on the screentype all other screening settings are present as attributes. Overriding the driver or PMM defined screening.
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>

attribute ChannelArray/Channel/@Visible
type xs:boolean
properties
default true
annotation
documentation
True when the channel is to be printed.
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>

attribute ChannelArray/Channel/@OutputName
type xs:string
properties
use optional
default <empty>
annotation
documentation
Instructs the driver to use another name for the output channel than defined by this channel.
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>

attribute ChannelArray/Channel/@ScreenType
annotation
documentation
Depending on the screentype all other screening settings are present as attributes. Overriding the driver or PMM defined screening.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy