em:PhysicalAccessLevelCodeSimpleType
simpleType PhysicalAccessLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type describing the levels of physical access a person has to an asset
Diagram
Enumerations
Value | Definition |
Full | Person has unrestricted access |
Restricted | Person has restricted access |
Supervised | Person must be escorted or supervised by authorized personnel |
XML Schema
<xs:simpleType name="PhysicalAccessLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the levels of physical access a person has to an asset</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
Person has unrestricted access</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Restricted">
<xs:annotation>
<xs:documentation>
Person has restricted access</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Supervised">
<xs:annotation>
<xs:documentation>
Person must be escorted or supervised by authorized personnel</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>