Definition Type: ComplexType
Name: ExperienceCategoryType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
This is intended as fielded summary of qualifications. It can be used as a "roll-up" of data within of Candidate history and experience components. For example: CategoryCode = Financial Industry; Measure = 5 years (@unit =years); LevelCode = Managerial (listID = Position Level); Description = Years of Financial Industry Management Experience.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into LevelCode in schema fields_xsd1 Drilldown into Measure in schema fields_xsd Drilldown into CategoryCode in schema fields_xsdXSD Diagram of ExperienceCategoryType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ExperienceCategoryType">
    <xsd:annotation>
        <xsd:documentation>This is intended as fielded summary of qualifications. It can be used as a "roll-up" of data within of Candidate history and experience components. For example: CategoryCode = Financial Industry; Measure = 5 years (@unit =years);  LevelCode = Managerial (listID = Position Level);  Description = Years of Financial Industry Management Experience.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CategoryCode" minOccurs="0" />
        <xsd:element ref="Measure" minOccurs="0" />
        <xsd:element ref="oa:LevelCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CategoryCode nsA:CategoryCode 0 (1)
Measure nsA:Measure 0 (1)
LevelCode oa:LevelCode 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ExperienceCategory