<xsd:complexType name="SpecifiedCompetencyType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A "specified competency" is a reference to a particular competency at a specified level of proficiency.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="CompetencyID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CompetencyName" minOccurs="0" />
<xsd:element ref="ProficiencyLevel" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|