ndex:CADCallSourceCodeSimpleType
simpleType CADCallSourceCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
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>