em:InquiryCategoryCodeSimpleType

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

Definition

A data type for the code list of resource inquiry kind

Diagram

Enumerations

ValueDefinition
Deployment HistorySearch resources by their deployment history
GeneralSearch resource names and descriptions with a search string
Incident DescriptionSearch resources by a description of the incident
MetricsSearch resources by resource metrics
Mutual AidSearch resources by a mutual aid reference
Resource Class NameSearch resources by resource class name match
Resource NameSearch 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: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>