ncic:SVCCodeSimpleType
simpleType SVCCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 26 - Service Information (SVC) Field Codes
Diagram
Enumerations
Value | Definition |
1 | 1 - SERVED |
2 | 2 - NOT SERVED |
3 | 3 - 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:restriction base="xs:token">
<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>