em:ElectronicAccessRightCodeSimpleType

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

Definition

A data type that defines the level of access to an electronic asset

Diagram

Enumerations

ValueDefinition
ExecutePerson may access and execute upon the data, but may not view its contents
FullPerson has unrestricted access to an electronic asset.
ReadPerson may access, but not edit, the data
WritePerson 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: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>