diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xs:decimal | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:decimal | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:string | ||||||
facets |
|
||||||
annotation |
|
||||||
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> |