ncic:CRCCodeSimpleType
simpleType CRCCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 13 - Circumcision (CRC) Field Codes
Diagram
Enumerations
Value | Definition |
C | WAS CIRCUMCISED |
N | WAS NOT CIRCUMCISED |
U | UNKNOWN |
XML Schema
<xs:simpleType name="CRCCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 13 - Circumcision (CRC) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
WAS CIRCUMCISED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
WAS NOT CIRCUMCISED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>