em:SkillAcquiredCategoryCodeSimpleType

simpleType SkillAcquiredCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for how a skill is acquired

Diagram

Enumerations

ValueDefinition
Job ExperienceThe skill was acquired through professional experience and supervision
Self-taughtThe skill has been acquired without the supervision of a professional entity
TrainedThe 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: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>