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

ValueDefinition
HTECHHigh Tech Crime
SPCCIRSuspicious Circumstances
SPCVEHSuspicious 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: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>