Definition Type: ComplexType
Name: ReportedDateType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EffectiveDate in schema screeningtypes_xsd Drilldown into timesReported in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of ReportedDateType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReportedDateType">
    <xsd:sequence>
        <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" use="optional">
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="Inquiry" />
                <xsd:enumeration value="Manual" />
                <xsd:enumeration value="Proprietary" />
                <xsd:enumeration value="Update" />
                <xsd:enumeration value="Spec" />
                <xsd:enumeration value="Tape" />
                <xsd:enumeration value="DAT" />
                <xsd:enumeration value="CRT" />
                <xsd:enumeration value="Unknown" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="timesReported" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDate hr:EffectiveDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
timesReported hr:timesReported Optional
Collapse Derivation Tree:
Collapse References:
hr:ReportedDate, hr:ReportedDate, hr:ReportedDate, hr:ReportedDate