ndex:SecuritySystemStatusCodeSimpleType
simpleType SecuritySystemStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the functioning of the security system at the entry point for an incident.
Diagram
Enumerations
Value | Definition |
Disabled | Disabled |
Nonexistent | Nonexistent |
Off | Off |
On | On |
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:restriction base="xs:token">
<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>