<xsd:complexType name="RemunerationType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Remuneration Amount. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a remuneration amount and related metadata, including the interval or basis used to express the pay rate (per hour, day, week, month, etc.) .</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">RemunerationRateIntervalCode is optional. However, it is an HR-XML closed list. If used, values must be implemented without extension or restriction. If a custom code or basis is required, the optional RemunerationRateIntervalCode should be ommited that the custom code expressed within the UserArea.</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="oa:Amount" minOccurs="0" />
<xsd:element ref="RemunerationRateIntervalCode" minOccurs="0" />
<xsd:element ref="RemunerationTypeCode" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|