em:CredentialClassCategoryCodeSimpleType
simpleType CredentialClassCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type code that represents the type of credential class
Diagram
Enumerations
| Value | Definition | 
| Access | Access rights of a resource | 
| Certificate License Registration | Certificate, License and Registration credential | 
| Education | Education background | 
| Experience | Experience of a resource | 
| ID | Identification documents | 
| Insurance | Insurance information of a resource | 
| Job Title Or Role | Job title or function of a resource | 
| Liability | Liability information of a resource | 
| Medical Condition | Medical condition information of a resource | 
| PeerReview | Peer review information of a resource | 
| Person | Personal information | 
| Physical Feature | Physical feature of a person | 
| Physical Fitness | Physical and medical fitness credential | 
| Publication | Publication information of a resource | 
| Recommendation | Recommendation information of a resource | 
| Skill | Skill credential | 
| Status | Status information of a resource | 
| Summary | Summary information of a resource | 
| Training | Training credential | 
| Waiver | Waiver information of a resource | 
XML Schema
<xs:simpleType name="CredentialClassCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code that represents the type of credential class</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Access">
<xs:annotation>
<xs:documentation>
Access rights of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Certificate License Registration">
<xs:annotation>
<xs:documentation>
Certificate, License and Registration credential</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Education">
<xs:annotation>
<xs:documentation>
Education background</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Experience">
<xs:annotation>
<xs:documentation>
Experience of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ID">
<xs:annotation>
<xs:documentation>
Identification documents</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Insurance">
<xs:annotation>
<xs:documentation>
Insurance information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Job Title Or Role">
<xs:annotation>
<xs:documentation>
Job title or function of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Liability">
<xs:annotation>
<xs:documentation>
Liability information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medical Condition">
<xs:annotation>
<xs:documentation>
Medical condition information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PeerReview">
<xs:annotation>
<xs:documentation>
Peer review information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Person">
<xs:annotation>
<xs:documentation>
Personal information</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Physical Feature">
<xs:annotation>
<xs:documentation>
Physical feature of a person</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Physical Fitness">
<xs:annotation>
<xs:documentation>
Physical and medical fitness credential</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Publication">
<xs:annotation>
<xs:documentation>
Publication information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Recommendation">
<xs:annotation>
<xs:documentation>
Recommendation information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Skill">
<xs:annotation>
<xs:documentation>
Skill credential</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Status">
<xs:annotation>
<xs:documentation>
Status information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Summary">
<xs:annotation>
<xs:documentation>
Summary information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Training">
<xs:annotation>
<xs:documentation>
Training credential</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Waiver">
<xs:annotation>
<xs:documentation>
Waiver information of a resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>