<xsd:complexType name="DateTextType">
<xsd:annotation>
<xsd:documentation>This is a textual or formatted representation of a date or date information. For example, "January 4, 2009" or "Two Years Ago".</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="oa:NormalizedStringType">
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
<xsd:attribute name="languageCodeType" type="LanguageCodeContentType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|