diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Margins | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="MediaSize"> <xs:annotation> <xs:documentation>Media size definition</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Margins" default="0,0,0,0" minOccurs="0"> <xs:annotation> <xs:documentation>Physical (unprintable) margins; left top right bottom in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="([+-]?([0-9]*[.])?[0-9]+,?){4}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> <xs:attribute name="Id" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of this media size definition in the cloud</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the size</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Width" use="required"> <xs:annotation> <xs:documentation>Width of the media in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Length" use="required"> <xs:annotation> <xs:documentation>Length or height of the media in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Roll" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Roll (true) or sheet (false)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Transverse" default="false"> <xs:annotation> <xs:documentation>Transverse loaded media</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | pf:GUID | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Id" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of this media size definition in the cloud</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the size</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Width" use="required"> <xs:annotation> <xs:documentation>Width of the media in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Length" use="required"> <xs:annotation> <xs:documentation>Length or height of the media in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="Roll" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Roll (true) or sheet (false)</xs:documentation> </xs:annotation> </xs:attribute> |
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Transverse" default="false"> <xs:annotation> <xs:documentation>Transverse loaded media</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Margins" default="0,0,0,0" minOccurs="0"> <xs:annotation> <xs:documentation>Physical (unprintable) margins; left top right bottom in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="([+-]?([0-9]*[.])?[0-9]+,?){4}"/> </xs:restriction> </xs:simpleType> </xs:element> |