ndex:SecuritySystemStatusCodeSimpleType

simpleType SecuritySystemStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the functioning of the security system at the entry point for an incident.

Diagram

Enumerations

ValueDefinition
DisabledDisabled
NonexistentNonexistent
OffOff
OnOn

XML Schema

<xs:simpleType name="SecuritySystemStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the functioning of the security system at the entry point for an incident.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Disabled">
<xs:annotation>
<xs:documentation>
Disabled
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Nonexistent">
<xs:annotation>
<xs:documentation>
Nonexistent
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Off">
<xs:annotation>
<xs:documentation>
Off
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="On">
<xs:annotation>
<xs:documentation>
On
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>