<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>
|