Definition Type: SimpleType
Name: ST_PrintError
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Documentation:
Print Errors
Collapse XSD Schema Diagram:
XSD Diagram of ST_PrintError in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_PrintError">
    <xsd:annotation>
        <xsd:documentation>Print Errors</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="displayed">
            <xsd:annotation>
                <xsd:documentation>Display Cell Errors</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="blank">
            <xsd:annotation>
                <xsd:documentation>Show Cell Errors As Blank</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="dash">
            <xsd:annotation>
                <xsd:documentation>Dash Cell Errors</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="NA">
            <xsd:annotation>
                <xsd:documentation>NA</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration displayed
Enumeration blank
Enumeration dash
Enumeration NA
Collapse Derivation Tree:
Collapse References:
nsM:errors