Descriptions

a:elementname is … (description of the element). It is defined in ECMA-376 Part 1 §X.X.X.X.

(Additional descriptive content about the element’s purpose and usage)

Attributes

Attribute Type Possible Values Description
(none) a:elementname has no attributes of its own; all content is expressed through child elements.

Examples

<elementname>
  <!-- Example XML content -->
</elementname>

Notes