Definition Type: SimpleType
Name: PrintRenderingIntentWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PrintRenderingIntentWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="PrintRenderingIntentWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:maxLength value="255" />
        <xs:enumeration value="Absolute" />
        <xs:enumeration value="Auto" />
        <xs:enumeration value="Perceptual" />
        <xs:enumeration value="Relative" />
        <xs:enumeration value="RelativeBpc" />
        <xs:enumeration value="Saturation" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Absolute
Enumeration Auto
Enumeration Perceptual
Enumeration Relative
Enumeration RelativeBpc
Enumeration Saturation
MaxLength 255