Definition Type: ComplexType
Name: EmploymentData
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VIPFlag in schema enrollment_xsd Drilldown into EEOCCode in schema enrollment_xsd Drilldown into ReturnToWorkDate in schema enrollment_xsd Drilldown into LastDayWorked in schema enrollment_xsd Drilldown into EmploymentTerminationDate in schema enrollment_xsd Drilldown into OriginalHireDate in schema enrollment_xsd Drilldown into HireDate in schema enrollment_xsd Drilldown into EmploymentOrganization in schema enrollment_xsd Drilldown into EmploymentLevel in schema enrollment_xsd Drilldown into EmploymentStatus in schema enrollment_xsd Drilldown into employeeId in schema enrollment_xsdXSD Diagram of EmploymentData in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentData">
    <xsd:sequence>
        <xsd:element name="EmploymentStatus" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="EmploymentStatusCode">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:enumeration value="Active Foreign Military" />
                                <xsd:enumeration value="Active Domestic Military" />
                                <xsd:enumeration value="Active" />
                                <xsd:enumeration value="Leave of Absence" />
                                <xsd:enumeration value="Short Term Disability" />
                                <xsd:enumeration value="Long Term Disability" />
                                <xsd:enumeration value="Retired" />
                                <xsd:enumeration value="Terminated" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="StartDate" type="LocalDateType" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="EmploymentLevel" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="EmploymentLevelCode">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:enumeration value="Full Time" />
                                <xsd:enumeration value="Part Time" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="StartDate" type="LocalDateType" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="EmploymentOrganization" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="EmploymentOrganizationGroup" type="xsd:string" />
                    <xsd:element name="EmploymentOrganizationGroupType" type="xsd:string" />
                    <xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="HireDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="OriginalHireDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="EmploymentTerminationDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="LastDayWorked" type="LocalDateType" minOccurs="0" />
        <xsd:element name="ReturnToWorkDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="EEOCCode" minOccurs="0">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="American Indian or Alaskan Native" />
                    <xsd:enumeration value="Asian or Pacific Islander" />
                    <xsd:enumeration value="Black" />
                    <xsd:enumeration value="Black (Non-Hispanic)" />
                    <xsd:enumeration value="Caucasian" />
                    <xsd:enumeration value="Hispanic" />
                    <xsd:enumeration value="Not Provided" />
                    <xsd:enumeration value="White (Non-Hispanic)" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="VIPFlag" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="employeeId" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmploymentStatus hr:EmploymentStatus 0 unbounded
EmploymentLevel hr:EmploymentLevel 0 unbounded
EmploymentOrganization hr:EmploymentOrganization 0 unbounded
HireDate hr:HireDate 0 (1)
OriginalHireDate hr:OriginalHireDate 0 (1)
EmploymentTerminationDate hr:EmploymentTerminationDate 0 (1)
LastDayWorked hr:LastDayWorked 0 (1)
ReturnToWorkDate hr:ReturnToWorkDate 0 (1)
EEOCCode hr:EEOCCode 0 (1)
VIPFlag hr:VIPFlag 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
employeeId hr:employeeId (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Employment