ncic:UDCCodeSimpleType
simpleType UDCCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 2 - File Transfer User Decision Code (UDC) Field Codes
Diagram
Enumerations
Value | Definition |
D | DELETE |
P | PRINT AND MAIL |
S | SEND ELECTRONICALLY |
XML Schema
<xs:simpleType name="UDCCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 2 - File Transfer User Decision Code (UDC) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
DELETE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
PRINT AND MAIL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
SEND ELECTRONICALLY</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>