
NOTE
It should be pointed out that charts are very much a work in progress and the inclusion of the data structure is here for completeness.
re:chartXML Tag
<re:chart type='' class='' style='' >
...
</re:chart>
DTD<!ENTITY % class "class CDATA #IMPLIED"> <!ENTITY % style "style CDATA #IMPLIED"> <!ELEMENT re:chart (re:parameter*,re:dataset+)> <!ATTLIST re:chart type CDATA #REQUIRED %class; %style; > Reference Examples100_010 ChildrenAttributesclass, style, type re:parameterXML Tag<re:parameter name='' value='' /> DTD<!ELEMENT re:parameter EMPTY> <!ATTLIST re:parameter %name; %value; > Reference Examples100_010 ChildrenNone Attributesname, value nameThe attribute name specifies one property to store in this charts definition. valueThe attribute value specifies a data type that is to be associated with the named property. re:datasetXML Tag<re:dataset > ... </re:dataset> DTD<!ELEMENT re:dataset (re:datarow)+ > <!ATTLIST re:dataset %name; > Reference Examplesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ChildrenAttributesname re:datarowXML Tag<re:datarow> ... </re:datarow> DTD<!ELEMENT re:datarow (re:datacell)+ > Reference Examples100_010 ChildrenAttributesnone re:datacellXML Tag<re:datacell value=''> ... </r:datacell> DTD<!ELEMENT re:datacell EMPTY> <!ATTLIST re:datacell %value; > Reference Examples100_010 ChildrenNone Attributesvalue |