FileAccess
A simple data type that specifies the file’s access type.
Schema
<xsd:simpleType name="FileAccess">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Private"/>
<xsd:enumeration value="Shared"/>
</xsd:restriction>
</xsd:simpleType>
Elements
Private
Only the owner of the file and an administrator can access the file.
Shared
All users and roles specified in the access control list (ACL) for the file can access the file.