simpleType Screening
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
base xs:string
used by
element Job/ScreenType
attribute Ink/@ScreenType
facets
Kind Value Annotation
enumeration AM Screening
enumeration FM Screening
enumeration Error Diffusion
enumeration Floyd Steinberg
enumeration Chromatic Error Diffusion
enumeration True Color
enumeration Contone 16
enumeration Organic Inkjet
enumeration Organic CTS
annotation
documentation
Screening type
source <xs:simpleType name="Screening">
 
<xs:annotation>
   
<xs:documentation>Screening type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AM Screening"/>
   
<xs:enumeration value="FM Screening"/>
   
<xs:enumeration value="Error Diffusion"/>
   
<xs:enumeration value="Floyd Steinberg"/>
   
<xs:enumeration value="Chromatic Error Diffusion"/>
   
<xs:enumeration value="True Color"/>
   
<xs:enumeration value="Contone 16"/>
   
<xs:enumeration value="Organic Inkjet"/>
   
<xs:enumeration value="Organic CTS"/>
 
</xs:restriction>
</xs:simpleType>


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