complexType Ticket
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p369.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
base xs:string
used by
element Job/Ticket
attributes
Name  Type  Use  Default  Fixed  Annotation
Position  derived by: xs:string    Auto    
documentation
Position relative to the printed job where the ticket is to be printed
Inside  xs:boolean    false    
documentation
When set to true position the ticket inside the document area
Alignment  derived by: xs:string    Left    
documentation
Alignment of the ticket relative to its selected side (defined by Position)
OffsetX  xs:decimal    0    
documentation
X offset of the ticket from its position determined by Position, Alignment and Inside
OffsetY  xs:decimal    0    
documentation
Y offset of the ticket from its position determined by Position, Alignment and Inside
Type  derived by: xs:string        
documentation
Scope of the ticket
annotation
documentation
Job ticket and positioning
source <xs:complexType name="Ticket">
 
<xs:annotation>
   
<xs:documentation>Job ticket and positioning</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Position" default="Auto">
       
<xs:annotation>
         
<xs:documentation>Position relative to the printed job where the ticket is to be printed</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Auto"/>
           
<xs:enumeration value="Bottom"/>
           
<xs:enumeration value="Right"/>
           
<xs:enumeration value="Top"/>
           
<xs:enumeration value="Left"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="Inside" type="xs:boolean" default="false">
       
<xs:annotation>
         
<xs:documentation>When set to true position the ticket inside the document area</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="Alignment" default="Left">
       
<xs:annotation>
         
<xs:documentation>Alignment of the ticket relative to its selected side (defined by Position)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Left"/>
           
<xs:enumeration value="Center"/>
           
<xs:enumeration value="Right"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="OffsetX" type="xs:decimal" default="0">
       
<xs:annotation>
         
<xs:documentation>X offset of the ticket from its position determined by Position, Alignment and Inside</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="OffsetY" type="xs:decimal" default="0">
       
<xs:annotation>
         
<xs:documentation>Y offset of the ticket from its position determined by Position, Alignment and Inside</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="Type">
       
<xs:annotation>
         
<xs:documentation>Scope of the ticket</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Job"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute Ticket/@Position
type restriction of xs:string
properties
default Auto
facets
Kind Value Annotation
enumeration Auto
enumeration Bottom
enumeration Right
enumeration Top
enumeration Left
annotation
documentation
Position relative to the printed job where the ticket is to be printed
source <xs:attribute name="Position" default="Auto">
 
<xs:annotation>
   
<xs:documentation>Position relative to the printed job where the ticket is to be printed</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Auto"/>
     
<xs:enumeration value="Bottom"/>
     
<xs:enumeration value="Right"/>
     
<xs:enumeration value="Top"/>
     
<xs:enumeration value="Left"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ticket/@Inside
type xs:boolean
properties
default false
annotation
documentation
When set to true position the ticket inside the document area
source <xs:attribute name="Inside" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>When set to true position the ticket inside the document area</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ticket/@Alignment
type restriction of xs:string
properties
default Left
facets
Kind Value Annotation
enumeration Left
enumeration Center
enumeration Right
annotation
documentation
Alignment of the ticket relative to its selected side (defined by Position)
source <xs:attribute name="Alignment" default="Left">
 
<xs:annotation>
   
<xs:documentation>Alignment of the ticket relative to its selected side (defined by Position)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Left"/>
     
<xs:enumeration value="Center"/>
     
<xs:enumeration value="Right"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ticket/@OffsetX
type xs:decimal
properties
default 0
annotation
documentation
X offset of the ticket from its position determined by Position, Alignment and Inside
source <xs:attribute name="OffsetX" type="xs:decimal" default="0">
 
<xs:annotation>
   
<xs:documentation>X offset of the ticket from its position determined by Position, Alignment and Inside</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ticket/@OffsetY
type xs:decimal
properties
default 0
annotation
documentation
Y offset of the ticket from its position determined by Position, Alignment and Inside
source <xs:attribute name="OffsetY" type="xs:decimal" default="0">
 
<xs:annotation>
   
<xs:documentation>Y offset of the ticket from its position determined by Position, Alignment and Inside</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ticket/@Type
type restriction of xs:string
facets
Kind Value Annotation
enumeration Job
annotation
documentation
Scope of the ticket
source <xs:attribute name="Type">
 
<xs:annotation>
   
<xs:documentation>Scope of the ticket</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Job"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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