Definition Type: ComplexType
Name: CompetencyEvidenceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A document or other record providing evidence of a competency or that is treated as a proxy for the existence of the competency. Examples include: an assessment result; a performance appraisal; an educational degree; a supervisor's observation; etc.
Collapse XSD Schema Diagram:
Drilldown into AttachmentReference in schema components_xsd Drilldown into VerificationSourceName in schema fields_xsd Drilldown into VerificationDate in schema fields_xsd Drilldown into FreeFormEffectivePeriod in schema components_xsd Drilldown into Score in schema components_xsd Drilldown into EvidenceRequirementsID in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into EvidenceName in schema fields_xsd Drilldown into EvidenceTypeCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of CompetencyEvidenceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CompetencyEvidenceType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A document or other record providing evidence of a competency or that is treated as a proxy for the existence of the competency. Examples include: an assessment result; a performance appraisal; an educational degree; a supervisor's observation; etc.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="EvidenceTypeCode" minOccurs="0" />
        <xsd:element ref="EvidenceName" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="EvidenceRequirementsID" minOccurs="0" />
        <xsd:element ref="Score" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="FreeFormEffectivePeriod" minOccurs="0" />
        <xsd:element ref="VerificationDate" minOccurs="0" />
        <xsd:element ref="VerificationSourceName" minOccurs="0" />
        <xsd:element ref="AttachmentReference" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
EvidenceTypeCode nsA:EvidenceTypeCode 0 (1)
EvidenceName nsA:EvidenceName 0 (1)
Description oa:Description 0 unbounded
EvidenceRequirementsID nsA:EvidenceRequirementsID 0 (1)
Score nsA:Score 0 unbounded
FreeFormEffectivePeriod nsA:FreeFormEffectivePeriod 0 (1)
VerificationDate nsA:VerificationDate 0 (1)
VerificationSourceName nsA:VerificationSourceName 0 (1)
AttachmentReference nsA:AttachmentReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:CompetencyEvidence