em:CriteriaCategoryCodeSimpleType
simpleType CriteriaCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a code that represents the type of specified credential criteria
Diagram
Enumerations
Value | Definition |
Recommended | The Criteria is recommended |
Required | The Criteria is required |
XML Schema
<xs:simpleType name="CriteriaCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that represents the type of specified credential criteria</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Recommended">
<xs:annotation>
<xs:documentation>
The Criteria is recommended</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Required">
<xs:annotation>
<xs:documentation>
The Criteria is required</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>