em:ElectronicAccessRightCodeSimpleType
simpleType ElectronicAccessRightCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type that defines the level of access to an electronic asset
Diagram
Enumerations
| Value | Definition | 
| Execute | Person may access and execute upon the data, but may not view its contents | 
| Full | Person has unrestricted access to an electronic asset. | 
| Read | Person may access, but not edit, the data | 
| Write | Person may view, edit, and create data | 
XML Schema
<xs:simpleType name="ElectronicAccessRightCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the level of access to an electronic asset</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Execute">
<xs:annotation>
<xs:documentation>
Person may access and execute upon the data, but may not view its contents</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
Person has unrestricted access to an electronic asset.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Read">
<xs:annotation>
<xs:documentation>
Person may access, but not edit, the data</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Write">
<xs:annotation>
<xs:documentation>
Person may view, edit, and create data</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>