<xsd:complexType name="PositionQualificationsType">
<xsd:annotation>
<xsd:documentation>Used in the context of recruiting and staffing as a container of information related to matching knowledge, skills, abilities, and other resource deployment-related characteristics (including "competencies") demanded by a potential employer or customer. Definitions of qualifications:
OED: qualification, n. A quality or accomplishment which qualifies or fits a person for a certain position or function; (now esp.) the completion of a course or training programme which confers the status of a recognized practitioner of a profession or activity.
MIAP Common Data Definitions Version 1.0 (UK): A formal recognition of achievement or competence, accredited or otherwise, which can be internally or externally certificated by its awarding organisation.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="QualificationsSummary" minOccurs="0" />
<xsd:element ref="PositionCompetency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EducationRequirement" minOccurs="0" />
<xsd:element ref="ExperienceSummary" minOccurs="0" />
<xsd:element ref="LicenseTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|