em:InquiryReturnCategoryCodeSimpleType

simpleType InquiryReturnCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for the code list of resource inquiry return kind

Diagram

Enumerations

ValueDefinition
CountReturn the count of available qualified resources
ItemReturn the first match
ListReturn a list of resources

XML Schema

<xs:simpleType name="InquiryReturnCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the code list of resource inquiry return kind
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Count">
<xs:annotation>
<xs:documentation>
Return the count of available qualified resources
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Item">
<xs:annotation>
<xs:documentation>
Return the first match
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="List">
<xs:annotation>
<xs:documentation>
Return a list of resources
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>