<xsd:complexType name="FlexibleCompetencyReferenceType">
<xsd:sequence>
<xsd:element ref="CompetencyId" minOccurs="0" />
<xsd:element name="ProficencyLevel" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Same as above, but Id is not required. Contains a value indicating a level of proficiency. The scale and meaning of the proficiency level value is determined within the context of the particular competency taxonomy referenced. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|