Definition Type: ComplexType
Name: EmploymentBaseType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE _ Employment. Details Contains the set of data about a person's employment with an employer that is relevant in the provisioning of outsourced benefits and payroll systems. Employment is a contract of hire, express or implied, between a person (an employee) and another party (an employer), where that party has the power or right to control and direct the employee in the material details of how the work is to be performed. Employment is a type of relationship between two parties. It is important to distiquish the attributes of the parties (employee / employer) from the attributes of the party relationship. Contains information relating to the relationship, such as expected hire date, hire date, periods of leave, termination date, etc.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into EmploymentLifecycle in schema components_xsd Drilldown into ProposedHire in schema components_xsd Drilldown into EmployedIndicator in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of EmploymentBaseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentBaseType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">_ Employment. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains the set of data about a person's
				employment with an employer that is relevant in the provisioning of 
				outsourced benefits and payroll systems.
 
Employment is a contract of hire, express or implied, between a person (an employee) 
and another party (an employer), where that party has the power or right to control and 
direct the employee in the material details of how the work is to be performed.

Employment is a type of relationship between two parties. It is important to distiquish 
the attributes of the parties (employee / employer) from the attributes of the party 
relationship.		

Contains information relating to the relationship, such as expected hire date, hire date, 
periods of leave, termination date, etc.	
				</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="EmployedIndicator" minOccurs="0" />
        <xsd:element ref="ProposedHire" minOccurs="0" />
        <xsd:element ref="EmploymentLifecycle" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains details on a period of employment with an employer. This would generally repeat if an employee was rehired after a prior termination, became an employee of a new related employer as a result of acquistion or re-organization, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmployedIndicator nsA:EmployedIndicator 0 (1)
ProposedHire nsA:ProposedHire 0 (1)
EmploymentLifecycle nsA:EmploymentLifecycle 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:AccountHolderEmployment, nsA:EPMEmployment, nsA:IndicativeEmployment, nsA:MasterEmploymentTypensA:SubscriberEmployment,