mo:DeviceCategoryPhysicalSecurityCodeSimpleType
simpleType DeviceCategoryPhysicalSecurityCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/
Definition
A data type for a kind of physical security device.
Diagram
Enumerations
| Value | Definition | 
| Access Control Device | Device providing selective restriction of access to a place or other resource | 
| Aircraft | Airplane, helicopter, or other flying platform | 
| Ancillary Device | Device providing support or supplemental/accessory functionality to a primary mission device | 
| Annunciator | Device that provides alarm and status information, received from other devices, to an operator | 
| Assessment Device | Device that provides a means to visually assess the cause of an alarm, such as an intrusion | 
| Audible Device | Device providing alarm or notification using sound | 
| C2 Node | Command and Control node | 
| Communication Device | Device providing means of transmitting data between devices | 
| Delay/Denial | Device physically delaying or preventing progress toward or access to a protected asset | 
| Detection Device | Device capable of detecting alarm conditions such as physical intrusion across a boundary or into an area | 
| Mass Notification | Device providing the capability to alert or notify multiple personnel, over a large area, such as a loudspeaker system | 
| Navigation | Device providing position determination or route guidance | 
| Other | Device not belonging to any other defined category | 
| Power | Device providing power supply or storage for other devices | 
| Response Augmentation Device | Device providing additional force, lethality, or other capabilities to assist personnel responding to intrusions or other events | 
| Sensor | Device that detects or measures a physical property and records, indicates, or otherwise responds to it | 
| Target Device | Device capable of reporting the location or track of a detected intrusion, object, or other phenomenon, apart from the device's own location | 
| Tracking Device | Device capable of reporting a series of successive positions of a moving object | 
| Vehicle | Conveyance designed to carry an operator, passengers, equipment, and/or cargo | 
XML Schema
<xs:simpleType name="DeviceCategoryPhysicalSecurityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of physical security device.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Access Control Device">
<xs:annotation>
<xs:documentation>
Device providing selective restriction of access to a place or other resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Aircraft">
<xs:annotation>
<xs:documentation>
Airplane, helicopter, or other flying platform</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ancillary Device">
<xs:annotation>
<xs:documentation>
Device providing support or supplemental/accessory functionality to a primary mission device</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Annunciator">
<xs:annotation>
<xs:documentation>
Device that provides alarm and status information, received from other devices, to an operator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Assessment Device">
<xs:annotation>
<xs:documentation>
Device that provides a means to visually assess the cause of an alarm, such as an intrusion</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Audible Device">
<xs:annotation>
<xs:documentation>
Device providing alarm or notification using sound</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C2 Node">
<xs:annotation>
<xs:documentation>
Command and Control node</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Communication Device">
<xs:annotation>
<xs:documentation>
Device providing means of transmitting data between devices</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Delay/Denial">
<xs:annotation>
<xs:documentation>
Device physically delaying or preventing progress toward or access to a protected asset</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Detection Device">
<xs:annotation>
<xs:documentation>
Device capable of detecting alarm conditions such as physical intrusion across a boundary or into an area</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mass Notification">
<xs:annotation>
<xs:documentation>
Device providing the capability to alert or notify multiple personnel, over a large area, such as a loudspeaker system</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Navigation">
<xs:annotation>
<xs:documentation>
Device providing position determination or route guidance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Device not belonging to any other defined category</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Power">
<xs:annotation>
<xs:documentation>
Device providing power supply or storage for other devices</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Response Augmentation Device">
<xs:annotation>
<xs:documentation>
Device providing additional force, lethality, or other capabilities to assist personnel responding to intrusions or other events</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sensor">
<xs:annotation>
<xs:documentation>
Device that detects or measures a physical property and records, indicates, or otherwise responds to it</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Target Device">
<xs:annotation>
<xs:documentation>
Device capable of reporting the location or track of a detected intrusion, object, or other phenomenon, apart from the device's own location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Tracking Device">
<xs:annotation>
<xs:documentation>
Device capable of reporting a series of successive positions of a moving object</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vehicle">
<xs:annotation>
<xs:documentation>
Conveyance designed to carry an operator, passengers, equipment, and/or cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>