ncic:BXRCodeSimpleType

simpleType BXRCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 14 - Body X-Rays Available (BXR) Field Codes

Diagram

Enumerations

ValueDefinition
FX-RAYS AVAILABLE FOR ALL BODY PARTS
NNO X-RAYS ARE AVAILABLE
PX-RAYS AVAILABLE FOR SOME BUT NOT ALL OF THE BODY PARTS RECOVERED

XML Schema

<xs:simpleType name="BXRCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 14 - Body X-Rays Available (BXR) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
X-RAYS AVAILABLE FOR ALL BODY PARTS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
NO X-RAYS ARE AVAILABLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
X-RAYS AVAILABLE FOR SOME BUT NOT ALL OF THE BODY PARTS RECOVERED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>