<!ELEMENT ARRAY_DAEMON (C_BIND, (F_BIND | F_BINDS), F_BIND, F_BIND, F_BIND?)> |
Element | Mand. | Mult. | Description |
C_BIND | yes | no | Binding with the physical layer of the table containing the values for the field of type array |
F_BIND | yes | no | Simple field binding with the physical layer of the foreign key. |
F_BINDS | yes | no | Multiple field binding with the physical layer of the foreign key |
F_BIND | yes | no | Binding with the physical layer of the value. |
F_BIND | yes | no | Binding with the physical layer of the index of the value. |
F_BIND | no | no | Binding with the physical layer of the primary key. If this element is not defined, the primary key is defined by the foreign key and the index. |