Line Item Detail DTD

<!DOCTYPE LINEITEMDETAIL [
  <!ELEMENT LINEITEMDETAIL ANY >
  <!ELEMENT LINES (LINE*)>
  <!ELEMENT LINE EMPTY>
  <!ATTLIST LINE idx CDATA #IMPLIED>
  <!ATTLIST LINE data CDATA #IMPLIED>
  <!ATTLIST LINE desc CDATA #IMPLIED>
  <!ATTLIST LINE isNew CDATA \"0\">
]>

Element

Description

LINEITEMDETAIL

The root element.

LINES

An enumeration of the line item details. <LINES> contains a <LINE> tag for each line item detail.

LINE

Represents a line item, and contains the following attributes:

  • idx = The index of the line item.

  • data = The line item's numeric value.

  • desc = The line item’s description.

  • isNew = Indicates whether the line item is a new entry.