Definition Type: ComplexType
Name: CompetencyDefinitionsType
Namespace: http://www.hr-xml.org/3
Containing Schema: CompetencyDefinitions.xsd
Abstract
Documentation:
Competency Defintion. Detail A structured description of meaning(s) or semantics associated with a one or more competencies. A Reusable Competency Definition (RCD) is reusable in that it is without a specific context. Hierarchical competency taxomomies or non-hierarchical "maps" may be composed at an atomistic level of references to many RCDs. An RCD might represent a node at any given level of such a taxonomy. Thus, an RCD might be used for either course-grain competency "clusters" or fine-grain individual competencies. The RCD concept is important for simplifying HR transactions. The basic idea is that full definitional content does not have to be communicated within each transaction. Instead of passing the full content, identifiers are exchanged referencing definitions that are known or discoverable by the trading partner.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ReusableCompetencyDefinition in schema components_xsd Drilldown into SupplierParty in schema components_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema competencydefinitions_xsdXSD Diagram of CompetencyDefinitionsType in schema competencydefinitions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CompetencyDefinitionsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Competency Defintion. Detail</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A structured description of meaning(s) or semantics associated with a one or more competencies. A Reusable Competency Definition (RCD) is reusable in that it is without a specific context.  Hierarchical competency taxomomies or non-hierarchical "maps" may be composed at an atomistic level of references to many RCDs. An RCD might represent a node at any given level of such a
				taxonomy. Thus, an RCD might be used for either course-grain competency "clusters" or fine-grain individual competencies.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The RCD concept is important for 
				simplifying HR transactions. The basic idea is that full definitional
				content does not have to be communicated within each transaction. Instead
				of passing the full content, identifiers are exchanged referencing definitions that are known
				or discoverable by the trading partner.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="DocumentIDGroup" minOccurs="0" />
        <xsd:element ref="DocumentSequence" minOccurs="0" />
        <xsd:element ref="CustomerParty" minOccurs="0" />
        <xsd:element ref="SupplierParty" minOccurs="0" />
        <xsd:element ref="ReusableCompetencyDefinition" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
CustomerParty nsA:CustomerParty 0 (1)
SupplierParty nsA:SupplierParty 0 (1)
ReusableCompetencyDefinition nsA:ReusableCompetencyDefinition 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:CompetencyDefinitions