Definition Type: SimpleType
Name: ST_SdtDateMappingType
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Date Storage Format Types
Collapse XSD Schema Diagram:
XSD Diagram of ST_SdtDateMappingType in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_SdtDateMappingType">
    <xsd:annotation>
        <xsd:documentation>Date Storage Format Types</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="text">
            <xsd:annotation>
                <xsd:documentation>Same As Display</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="date">
            <xsd:annotation>
                <xsd:documentation>XML Schema Date Format</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="dateTime">
            <xsd:annotation>
                <xsd:documentation>XML Schema DateTime Format</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration text
Enumeration date
Enumeration dateTime
Collapse Derivation Tree:
  • ST_SdtDateMappingType
Collapse References:
w:val