apco:AlarmEventResponseActionCodeSimpleType

simpleType AlarmEventResponseActionCodeSimpleType in namespace http://release.niem.gov/niem/codes/apco_event/4.0/

Definition

A data type for actions requested of an alarm event responder.

Diagram

Enumerations

ValueDefinition
notifynotify
respondrespond

XML Schema

<xs:simpleType name="AlarmEventResponseActionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for actions requested of an alarm event responder.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="notify">
<xs:annotation>
<xs:documentation>
notify
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="respond">
<xs:annotation>
<xs:documentation>
respond
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>