apco:AlarmEventLocationCategoryCodeSimpleType

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

Definition

A data type for the kinds of location at which an alarm event occurs.

Diagram

Enumerations

ValueDefinition
commercialcommercial
residentialresidential

XML Schema

<xs:simpleType name="AlarmEventLocationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of location at which an alarm event occurs.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="commercial">
<xs:annotation>
<xs:documentation>
commercial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="residential">
<xs:annotation>
<xs:documentation>
residential
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>