em:InquiryCategoryCodeSimpleType
simpleType InquiryCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the code list of resource inquiry kind
Diagram
Enumerations
| Value | Definition | 
| Deployment History | Search resources by their deployment history | 
| General | Search resource names and descriptions with a search string | 
| Incident Description | Search resources by a description of the incident | 
| Metrics | Search resources by resource metrics | 
| Mutual Aid | Search resources by a mutual aid reference | 
| Resource Class Name | Search resources by resource class name match | 
| Resource Name | Search resources by resource name match | 
XML Schema
<xs:simpleType name="InquiryCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the code list of resource inquiry kind</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Deployment History">
<xs:annotation>
<xs:documentation>
Search resources by their deployment history</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="General">
<xs:annotation>
<xs:documentation>
Search resource names and descriptions with a search string</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Incident Description">
<xs:annotation>
<xs:documentation>
Search resources by a description of the incident</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Metrics">
<xs:annotation>
<xs:documentation>
Search resources by resource metrics</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mutual Aid">
<xs:annotation>
<xs:documentation>
Search resources by a mutual aid reference</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Resource Class Name">
<xs:annotation>
<xs:documentation>
Search resources by resource class name match</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Resource Name">
<xs:annotation>
<xs:documentation>
Search resources by resource name match</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>