<xsd:element name="CompetencyWeight" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element ref="NumericValue" />
<xsd:element ref="StringValue" />
</xsd:choice>
<xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="ExtendedWeightType" />
</xsd:complexType>
</xsd:element>
|