Definition Type: ComplexType
Name: CT_SdtDate
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into calendar in schema wml_xsd Drilldown into storeMappedDataAs in schema wml_xsd Drilldown into lid in schema wml_xsd Drilldown into dateFormat in schema wml_xsd Drilldown into fullDate in schema wml_xsdXSD Diagram of CT_SdtDate in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SdtDate">
    <xsd:sequence>
        <xsd:element name="dateFormat" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Date Display Mask</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lid" type="CT_Lang" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Date Picker Language ID</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="storeMappedDataAs" type="CT_SdtDateMappingType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Custom XML Data Date Storage Format</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calendar" type="CT_CalendarType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Date Picker Calendar Type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="fullDate" type="ST_DateTime" use="optional">
        <xsd:annotation>
            <xsd:documentation>Last Known Date in XML Schema DateTime Format</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateFormat w:dateFormat 0 (1)
lid w:lid 0 (1)
storeMappedDataAs w:storeMappedDataAs 0 (1)
calendar w:calendar 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fullDate w:fullDate Optional
Collapse Derivation Tree:
Collapse References:
w:date