ncic:BXRCodeSimpleType
simpleType BXRCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 14 - Body X-Rays Available (BXR) Field Codes
Diagram
Enumerations
Value | Definition |
F | X-RAYS AVAILABLE FOR ALL BODY PARTS |
N | NO X-RAYS ARE AVAILABLE |
P | X-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:restriction base="xs:token">
<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>