ncic:SVCCodeSimpleType

simpleType SVCCodeSimpleType in namespace http://release.niem.gov/niem/codes/ncic/5.0/

Definition

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

Diagram

Enumerations

ValueDefinition
1SERVED
2NOT SERVED
3UNKNOWN

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>
SERVED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
NOT SERVED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>