j:TipClassCodeSimpleType
simpleType TipClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/
Definition
A data type for a code set for a kind of tip.
Diagram
Enumerations
| Value | Definition |
| HTECH | HIGH TECH CRIME |
| SPCCIR | SUSPICIOUS CIRCUMSTANCES |
| SPCVEH | SUSPICIOUS VEHICLE |
XML Schema
<xs:simpleType name="TipClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set for a kind of tip.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="HTECH">
<xs:annotation>
<xs:documentation>
HIGH TECH CRIME</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPCCIR">
<xs:annotation>
<xs:documentation>
SUSPICIOUS CIRCUMSTANCES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPCVEH">
<xs:annotation>
<xs:documentation>
SUSPICIOUS VEHICLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>