Definition Type: ComplexType
Name: TerminationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Termination. Details Contains a collection of information describing the reason for a employment terminiation and dates associated with it.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into LastPaidDate in schema fields_xsd Drilldown into LastWorkedDate in schema fields_xsd Drilldown into TerminationDate in schema fields_xsd Drilldown into TerminationReasonCode in schema fields_xsd Drilldown into VoluntaryTerminationIndicator in schema fields_xsdXSD Diagram of TerminationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TerminationType">
    <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">Termination. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information describing the reason for a employment terminiation and dates associated with it.
</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VoluntaryTerminationIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Indicates whether or not the termination was a decision of the employee or was an action directed by the employee. Further clarification usually would be provided in a termination reason.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="TerminationReasonCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code from a trading partner or other controlled vocabulary classifying the reason for the termination.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="TerminationDate" minOccurs="0" />
        <xsd:element ref="LastWorkedDate" minOccurs="0" />
        <xsd:element ref="LastPaidDate" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VoluntaryTerminationIndicator nsA:VoluntaryTerminationIndicator 0 (1)
TerminationReasonCode nsA:TerminationReasonCode 0 (1)
TerminationDate nsA:TerminationDate 0 (1)
LastWorkedDate nsA:LastWorkedDate 0 (1)
LastPaidDate nsA:LastPaidDate 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Termination