<!DOCTYPE GRID [ <!ELEMENT GRID ANY> <!ATTLIST GRID hPageCnt CDATA #IMPLIED> <!ATTLIST GRID vPageCnt CDATA #IMPLIED> <!ATTLIST GRID hPageNum CDATA #IMPLIED> <!ATTLIST GRID vPageNum CDATA #IMPLIED> <!ELEMENT RHDRS (HDR*)> <!ATTLIST RHDRS count CDATA #IMPLIED> <!ELEMENT CHDRS (HDR*)> <!ATTLIST CHDRS count CDATA #IMPLIED> <!ELEMENT HDR EMPTY> <!ATTLIST HDR idx CDATA #IMPLIED> <!ATTLIST HDR dim CDATA #IMPLIED> <!ATTLIST HDR txt CDATA ""> <!ATTLIST HDR exp CDATA "0"> <!ATTLIST HDR gen CDATA "0"> <!ELEMENT CELLS (CELL*)> <!ELEMENT CELL (CELLTEXT?, LINEITEMDETAIL?, CELLATTACHMENTS?)> <!ATTLIST CELL row CDATA #IMPLIED> <!ATTLIST CELL col CDATA #IMPLIED> <!ATTLIST CELL value CDATA ""> <!ATTLIST CELL status CDATA #IMPLIED> <!ATTLIST CELL color CDATA #IMPLIED> <!ATTLIST CELL tasks CDATA "0"> <!ELEMENT CELLTEXT EMPTY> <!ATTLIST CELLTEXT text CDATA #IMPLIED> <!ELEMENT LINEITEMDETAIL (LINES)> <!ELEMENT LINES (LINE*)> <!ELEMENT LINE EMPTY> <!ATTLIST LINE idx CDATA #IMPLIED> <!ATTLIST LINE desc CDATA #IMPLIED> <!ATTLIST LINE data CDATA #IMPLIED> <!ELEMENT CELLATTACHMENTS (DOCUMENTS)> <!ELEMENT DOCUMENTS (DOCUMENT*)> <!ELEMENT DOCUMENT EMPTY> <!ATTLIST DOCUMENT file CDATA #IMPLIED> <!ATTLIST DOCUMENT path CDATA #IMPLIED> ]>
Row header information. An <RHDRS> tag contains one <HDR> tag for each row header. <RHDRS> contains the count attribute, which represents the number of rows on the grid page. If you are using SaveDirtyCellsOnLastGridPageFromXML, do not include <RHDRS>. | |
Column header information. A <CHDRS> tag contains one <HDR> tag for each column header. <CHDRS> contains the count attribute, which represents the number of columns on the grid page. If you are using SaveDirtyCellsOnLastGridPageFromXML, do not include <CHDRS>. | |
Represents a row or column header, and contains the following attributes:
| |
Represents the collection of cells in the data grid. A <CELLS> tag contains one <CELL> tag for each cell. | |
Represents a cell in the grid. A <CELL> element can contain 0 or 1 <CELLTEXT> elements, 0 or 1 <LINEITEMDETAIL> elements, and 0 or more <CELLATTACHMENTS> elements. <CELL> contains the following attributes:
| |
Represents cell text for the cell. The text attribute contains the text. | |
An enumeration of the line item details. <LINES> contains a <LINE> tag for each line item detail. | |
Represents a line item, and contains the following attributes: | |
The parent element of the cell’s attachments. <CELLATTACHMENTS> contains a <DOCUMENTS> tag, which in turn contains the cell attachment. | |
Represents a cell attachment, and contains the following attributes: |