Definition Type: ComplexType
Name: DateTextType
Namespace: http://www.hr-xml.org/3
Type: oa:NormalizedStringType
Containing Schema: Fields.xsd
Abstract
Documentation:
This is a textual or formatted representation of a date or date information. For example, "January 4, 2009" or "Two Years Ago".
Collapse XSD Schema Diagram:
Drilldown into languageCodeType in schema fields_xsd Drilldown into typeCode in schema fields_xsdXSD Diagram of DateTextType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode (Optional)
languageCodeType nsA:languageCodeType (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:DateText