Definition Type: SimpleType
Name: ST_PrintColorMode
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentationProperties.xsd
Documentation:
Print Color Mode
Collapse XSD Schema Diagram:
XSD Diagram of ST_PrintColorMode in schema pml-presentationproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_PrintColorMode">
    <xsd:annotation>
        <xsd:documentation>Print Color Mode</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="bw">
            <xsd:annotation>
                <xsd:documentation>Black and White Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="gray">
            <xsd:annotation>
                <xsd:documentation>Grayscale Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="clr">
            <xsd:annotation>
                <xsd:documentation>Color Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration bw
Enumeration gray
Enumeration clr
Collapse Derivation Tree:
Collapse References:
p:clrMode