<!ATTLIST FORM_SAVE type ( CREATE | SET | DELETE) #REQUIRED class NMTOKEN #REQUIRED objectId CDATA #IMPLIED> |
Attribute | Mand. | Description | Default |
type | yes | Type of a form that was saved either CREATE, SET or DELETE. | |
class | yes | Class of the saved object. | |
objectId | no | Id of the saved object (null on creation). |
<!ELEMENT FORM_SAVE ((%A_FIELD_SAVE;)*, DATA*)> |
Element | Mand. | Mult. | Description |
A_FIELD_SAVE |
yes | no | Fields saved in form. |
DATA | no | yes | FORM_SAVE.DATA |