<xsd:complexType name="JobEvaluationType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Job Evaluation. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Captures information for expressing a job's location within a formal job worth or remuneration scheme such as those developed using formal job evaluation methods. Job evaluation is broadly defined as the methods and practices of ordering jobs or positions with respect to their value or worth to the organization.</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Job Plan, grade, and step are common terms used within job structures, but these terms are not universal. Thus, mappings may be necessary to the structures used by specific organization's structures. If a mapping isn't practical, the UserArea is available to accomodate custom values.</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="JobPlanCode" minOccurs="0" />
<xsd:element ref="JobGradeCode" minOccurs="0" />
<xsd:element ref="JobStepCode" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|