2.2.3.2 AccessControlList

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources

Referenced by: Model, LobSystem, Entity, Method, Association, IndividuallySecurableMetadataObject, MethodInstance

A complex type that specifies an access control list (ACL).

Child Elements:

AccessControlEntry: An AccessControlEntry element (section 2.2.3.1) that specifies an ACE.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="AccessControlList">
   <xs:sequence>
     <xs:element name="AccessControlEntry" type="bdc:AccessControlEntry" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).