em:SkillAcquiredCategoryCodeSimpleType
simpleType SkillAcquiredCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for how a skill is acquired
Diagram
Enumerations
Value | Definition |
Job Experience | The skill was acquired through professional experience and supervision |
Self-taught | The skill has been acquired without the supervision of a professional entity |
Trained | The skill was acquired through a professional educational institution or class. May or may not have real-world experience |
XML Schema
<xs:simpleType name="SkillAcquiredCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for how a skill is acquired</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Job Experience">
<xs:annotation>
<xs:documentation>
The skill was acquired through professional experience and supervision</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Self-taught">
<xs:annotation>
<xs:documentation>
The skill has been acquired without the supervision of a professional entity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Trained">
<xs:annotation>
<xs:documentation>
The skill was acquired through a professional educational institution or class. May or may not have real-world experience</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>