diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | pf:DotWeight | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="Ink"> <xs:annotation> <xs:documentation>Ink definition as present at the device</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="DotWeight" minOccurs="0" maxOccurs="16"> <xs:annotation> <xs:documentation>Relative dotweight of the dots in order from small to large</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="pl" type="xs:double" use="optional"> <xs:annotation> <xs:documentation>Dot size experessed in picoliters</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CIELab_L" use="required"> <xs:annotation> <xs:documentation>CIELab L component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="CIELab_a" use="required"> <xs:annotation> <xs:documentation>CIELab a component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:byte"> <xs:minInclusive value="-128"/> <xs:maxInclusive value="127"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="CIELab_b" use="required"> <xs:annotation> <xs:documentation>CIELab b component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:byte"> <xs:minInclusive value="-128"/> <xs:maxInclusive value="127"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Type" use="required"> <xs:annotation> <xs:documentation>Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Process"/> <xs:enumeration value="Spot"/> <xs:enumeration value="Special"/> <xs:enumeration value="Duplicate"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="ScreenType" type="pf:Screening" use="required"> <xs:annotation> <xs:documentation>Screening type used to halftone or bit-depth for contone</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DotMax"> <xs:annotation> <xs:documentation>Maximum dot amount for ED, FM and organic</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Noise"> <xs:annotation> <xs:documentation>Noise amplification factor for ED, FM and organic</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="BlackSize" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Size in pixels of the black dots of Organic screening</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="WhiteSize" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Size in pixels of the white dots of Organic screening</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Shape"> <xs:annotation> <xs:documentation>Shape for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Round"/> <xs:enumeration value="Ellipse"/> <xs:enumeration value="Diamond"/> <xs:enumeration value="Square"/> <xs:enumeration value="SimpleRound"/> <xs:enumeration value="EllipseA"/> <xs:enumeration value="EllipseB"/> <xs:enumeration value="EllipseC"/> <xs:enumeration value="Cosine"/> <xs:enumeration value="Line"/> <xs:enumeration value="Cross"/> <xs:enumeration value="Rhomboid"/> <xs:enumeration value="Ellipse2"/> <xs:enumeration value="LineX"/> <xs:enumeration value="LineY"/> <xs:enumeration value="DoubleDot"/> <xs:enumeration value="InvertedDoubleDot"/> <xs:enumeration value="SimpleDot"/> <xs:enumeration value="InvertedEllipseA"/> <xs:enumeration value="InvertedEllipseC"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Angle"> <xs:annotation> <xs:documentation>Angle for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxExclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Frequency"> <xs:annotation> <xs:documentation>Line frequency for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="pl" type="xs:double" use="optional"> <xs:annotation> <xs:documentation>Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink.</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:unsignedByte | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="CIELab_L" use="required"> <xs:annotation> <xs:documentation>CIELab L component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:byte | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="CIELab_a" use="required"> <xs:annotation> <xs:documentation>CIELab a component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:byte"> <xs:minInclusive value="-128"/> <xs:maxInclusive value="127"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:byte | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="CIELab_b" use="required"> <xs:annotation> <xs:documentation>CIELab b component of preview color of the ink</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:byte"> <xs:minInclusive value="-128"/> <xs:maxInclusive value="127"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:attribute name="Type" use="required"> <xs:annotation> <xs:documentation>Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Process"/> <xs:enumeration value="Spot"/> <xs:enumeration value="Special"/> <xs:enumeration value="Duplicate"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | pf:Screening | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:attribute name="ScreenType" type="pf:Screening" use="required"> <xs:annotation> <xs:documentation>Screening type used to halftone or bit-depth for contone</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:decimal | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="DotMax"> <xs:annotation> <xs:documentation>Maximum dot amount for ED, FM and organic</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:decimal | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Noise"> <xs:annotation> <xs:documentation>Noise amplification factor for ED, FM and organic</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:positiveInteger | ||
annotation |
|
||
source | <xs:attribute name="BlackSize" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Size in pixels of the black dots of Organic screening</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:positiveInteger | ||
annotation |
|
||
source | <xs:attribute name="WhiteSize" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Size in pixels of the white dots of Organic screening</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="Shape"> <xs:annotation> <xs:documentation>Shape for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Round"/> <xs:enumeration value="Ellipse"/> <xs:enumeration value="Diamond"/> <xs:enumeration value="Square"/> <xs:enumeration value="SimpleRound"/> <xs:enumeration value="EllipseA"/> <xs:enumeration value="EllipseB"/> <xs:enumeration value="EllipseC"/> <xs:enumeration value="Cosine"/> <xs:enumeration value="Line"/> <xs:enumeration value="Cross"/> <xs:enumeration value="Rhomboid"/> <xs:enumeration value="Ellipse2"/> <xs:enumeration value="LineX"/> <xs:enumeration value="LineY"/> <xs:enumeration value="DoubleDot"/> <xs:enumeration value="InvertedDoubleDot"/> <xs:enumeration value="SimpleDot"/> <xs:enumeration value="InvertedEllipseA"/> <xs:enumeration value="InvertedEllipseC"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:decimal | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="Angle"> <xs:annotation> <xs:documentation>Angle for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxExclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:decimal | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Frequency"> <xs:annotation> <xs:documentation>Line frequency for AM screening</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:double | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="pl" type="xs:double" use="optional"> <xs:annotation> <xs:documentation>Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||
type | extension of xs:decimal | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="DotWeight" minOccurs="0" maxOccurs="16"> <xs:annotation> <xs:documentation>Relative dotweight of the dots in order from small to large</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="pl" type="xs:double" use="optional"> <xs:annotation> <xs:documentation>Dot size experessed in picoliters</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | xs:double | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="pl" type="xs:double" use="optional"> <xs:annotation> <xs:documentation>Dot size experessed in picoliters</xs:documentation> </xs:annotation> </xs:attribute> |