<!ATTLIST C_BIND value CDATA #REQUIRED location IDREF #IMPLIED> |
Attribute | Mand. | Description | Default |
value | yes | Identifier of the physical class. The content of this value depends on the type of the data provider (the name of the table for a relational database, the name of the objectClass for an LDAP directory...) | |
location | no | Identifier of the related data provider. The default value is the identifier of the application. |
<!ELEMENT C_BIND (FILTER | FILTER_REF)?> |
Element | Mand. | Mult. | Description |
FILTER | yes | no | Filter used to define a partial binding (restricted to objects that match the filter). |
FILTER_REF | yes | no | Filter reference used to define a partial binding (restricted to objects that match the filter). |
<C_BIND value="user"/> <C_BIND value="user" location="project"/> <C_BIND value="user"> <FILTER_REF idref="clientUsers"/> </C_BIND> |