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

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>