ncic:SVCCodeSimpleType

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

Definition

A data type for 26 - Service Information (SVC) Field Codes

Diagram

Enumerations

ValueDefinition
11 - SERVED
22 - NOT SERVED
33 - UNKNOWN

XML Schema

<xs:simpleType name="SVCCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 26 - Service Information (SVC) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
1 - SERVED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
2 - NOT SERVED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
3 - UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>