ndex:BookingCategoryCodeSimpleType
simpleType BookingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the type of booking conducted.
Diagram
Enumerations
Value | Definition |
ADMINISTRATIVE | Administrative |
CRIMINAL | Criminal |
INQUIRY | Inquiry |
XML Schema
<xs:simpleType name="BookingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of booking conducted.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ADMINISTRATIVE">
<xs:annotation>
<xs:documentation>
Administrative</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRIMINAL">
<xs:annotation>
<xs:documentation>
Criminal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INQUIRY">
<xs:annotation>
<xs:documentation>
Inquiry</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>