<!DOCTYPE CELLADJS [
<!ELEMENT CELLADJS (ADJ*, TOTAL>)>
<!ELEMENT ADJ EMPTY>
<!ATTLIST ADJ seq CDATA #IMPLIED>
<!ATTLIST ADJ value CDATA #IMPLIED>
<!ELEMENT TOTAL EMPTY>
<!ATTLIST TOTAL value CDATA #IMPLIED>
]>
Element
Description
CELLADJS
Represents the cell’s adjustments. <CELLADJS> contains a <DEST> tag for each cell adjustment, and provides the total adjustment amount in the <TOTAL> tag.
ADJ
Represents a cell adjustment, and contains the following attributes:
seq = The ordinal position of the <ADJ> tag within the set of <ADJ> tags that are children to <CELLADJS>.
value = A description of the cell adjustment. The description includes the adjustment’s amount and journal label.
TOTAL
Represents the total amount of the cell’s adjustments. The amount is returned by the value attribute.