Definition Type: ComplexType
Name: EarningsClassificationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Earnings Classification. Details Classifies the origin of and type of earnings or remuneration.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into EarningsTypeCode in schema fields_xsd Drilldown into EarningsSourceCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of EarningsClassificationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EarningsClassificationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Earnings Classification. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Classifies the origin of and type of earnings or remuneration.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="EarningsSourceCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>For example, "commission," "bonus," "regular," "employer matching contribution," etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="EarningsTypeCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>For example, "deferred," "post tax," etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
EarningsSourceCode nsA:EarningsSourceCode 0 (1)
EarningsTypeCode nsA:EarningsTypeCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ContributionSource