You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Element NameName of the element
Parent ElementsA comma-delimited list of the elements that have this element as a child element.
Element XPath(s)List of different XPath values showing where the element belongs in the XML
Element Textual ValueA description of the value of the element. If an element has no text value (e.g., it has child elements instead), then this cell is populated with "None".
AttributesA comma-delimited list of the attributes of this element. If the element has no attributes, this is populated with "None".
Child Elements

An element group enclosed in parentheses.

  • An element group consists of one or more element names, or element groups enclosed in parentheses, and separated with commas or vertical bars.
  • Commas indicate that the elements (or element groups) must occur in the XML sequentially in the order listed in the group. Vertical bars indicate that exactly one of the elements (or element groups) must occur (is required).
  • An element or element group can be followed by:
    • a ? (meaning optional, with zero or one occurrence)
    • a * (meaning optional, with zero or more occurrences)
    • or a + (meaning required, with one or more occurrences)

If the element has no child elements, this is populated with "None".

A link to each child element will be provided.

Usage/Business Rules
  • Business Rule(s): Beyond what is required for schema validation, these represent conformance rules that must be satisfied for a ODM document to be considered compliant with this specification.
  • Other Information: This is populated with any other information about the element, including the conditions under which the element is included, how the schema is applied to support the model, relative position of the element in the model, general information about usage of related element attributes or related child elements, and so on.
  • No labels