em:PhysicalAccessLevelCodeSimpleType

simpleType PhysicalAccessLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type describing the levels of physical access a person has to an asset

Diagram

Enumerations

ValueDefinition
FullPerson has unrestricted access
RestrictedPerson has restricted access
SupervisedPerson 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: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>