<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>
|