Listing of the ODT elements required to implement the expense report example
- office:forms
- Containing element for the xforms model and form definitions. Required behavior: null. Patterned after: xf:group
- form:form
- The form element in the ODF "form" namespace. Required behavior: null. Patterned after: xf:group
- form:text
- The ODF text field element. Required behavior: bind to instance data using xforms:bind attribute and maintain data in local "pe-value" element. Patterned after: xf:input
- text:p
- The ODT paragraph element. Required behavior: styled text as in html:p.
- text:h
- The ODF header element. Required behavior: styled text as in html headers, controlled by CSS.
- draw:control
- The ODF "draw control" element. Required behavior: obtain form field values using the draw:control attribute and insert in running text. Not a Ubiquity control, i.e. has no data binding or "pe-value" behavior.
Table of contents related ODT elements
- text:table-of-content
- Container element for table of contents definition and generated current text. Null behavior for Ubiquity.
- text:table-of-content-source
- Container element for TOC source definition. Null behavior for Ubiquity.
- text:index-title-template
- Text element containing TOC title. Styled by CSS.
- text:index-body
- Generated element containing the current TOC text.
- text:index-title
- Generated element containing the TOC title text
- text:p
- The actual TOC title text.
- text:p
- A list of text paragraph elements for the individual entries in the TOC. Indentation controlled by CSS.