<!ATTLIST C_BINDS strict ( true | false) "true"> |
Attribute | Mand. | Description | Default |
strict | no | Indicates if both parts of union are mandatory or not to load an union object. | true |
<!ELEMENT C_BINDS (%A_C_BIND;, %A_C_BIND;, UNION+)> |
Element | Mand. | Mult. | Description |
A_C_BIND |
no | no | Identifier of the first physical class used in the multiple binding. |
A_C_BIND |
no | no | Identifier of the second physical class used in the multiple binding. |
UNION | yes | yes | Union conditions that enable the linking between the two physical classes. |