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
Value | Definition |
Alarm | Alarm |
E911 | E911 |
Hearing Impaired | Hearing Impaired |
Internet_Email | Internet_Email |
Multiple | Multiple |
Officer | Officer |
Phone | Phone |
Teletype | Teletype |
Unknown | Unknown |
Walk_In | Walk_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:restriction base="xs:token">
<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>