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

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>