Definition Type: Element
Name: CompetencyId
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Competencies.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into description in schema competencies_xsd Drilldown into idOwner in schema competencies_xsd Drilldown into id in schema competencies_xsdXSD Diagram of CompetencyId in schema competencies_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CompetencyId" minOccurs="0">
    <xsd:complexType>
        <xsd:attribute name="id" type="xsd:string" use="required" />
        <xsd:attribute name="idOwner" type="xsd:string" />
        <xsd:attribute name="description" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
id hr:id Required
idOwner hr:idOwner (Optional)
description hr:description (Optional)