ndex:BookingCategoryCodeSimpleType

simpleType BookingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the type of booking conducted.

Diagram

Enumerations

ValueDefinition
ADMINISTRATIVEADMINISTRATIVE
CRIMINALCRIMINAL
INQUIRYINQUIRY

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: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>