ndex:CADCallSourceCodeSimpleType

simpleType CADCallSourceCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the source type of a service call.

Diagram

Enumerations

ValueDefinition
AlarmAlarm
E911E911
Hearing ImpairedHearing Impaired
Internet_EmailInternet_Email
MultipleMultiple
OfficerOfficer
PhonePhone
TeletypeTeletype
UnknownUnknown
Walk_InWalk_In

XML Schema

<xs:simpleType name="CADCallSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the source type of a service call.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Alarm">
<xs:annotation>
<xs:documentation>
Alarm
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E911">
<xs:annotation>
<xs:documentation>
E911
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hearing Impaired">
<xs:annotation>
<xs:documentation>
Hearing Impaired
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Internet_Email">
<xs:annotation>
<xs:documentation>
Internet_Email
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Multiple">
<xs:annotation>
<xs:documentation>
Multiple
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Officer">
<xs:annotation>
<xs:documentation>
Officer
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Phone">
<xs:annotation>
<xs:documentation>
Phone
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Teletype">
<xs:annotation>
<xs:documentation>
Teletype
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Walk_In">
<xs:annotation>
<xs:documentation>
Walk_In
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>