Definition Type: Element
Name: CompetencyWeight
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Competencies.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into SupportingInformation in schema competencies_xsd Drilldown into StringValue in schema competencytypes_xsd Drilldown into NumericValue in schema competencytypes_xsd Drilldown into type in schema competencies_xsdXSD Diagram of CompetencyWeight in schema competencies_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumericValue hr:NumericValue (1) (1)
StringValue hr:StringValue (1) (1)
SupportingInformation hr:SupportingInformation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)