2.2.3.33 Right

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

Referenced by: AccessControlEntry

A complex type that specifies a single access permission for an ACE.

Attributes:

BdcRight: A BdcRightName attribute (section 2.2.4.1) that specifies permission level of a Right element.

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

 <xs:complexType name="Right">
   <xs:attribute name="BdcRight" type="bdc:BdcRightName" use="required"/>
 </xs:complexType>

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