j:TipClassCodeSimpleType
simpleType TipClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
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>