XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Applied
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: ODF 1.2 CD 05
    • Fix Version/s: ODF 1.2 CD 06
    • Component/s: Chart, Public Review
    • Labels:
      None
    • Resolution:
      Hide

      Change the schema from

      <define name="chart-series">
      <element name="chart:series">
      <ref name="chart-series-attlist"/>
      <zeroOrMore>
      <ref name="chart-domain"/>
      </zeroOrMore>
      <optional>
      <ref name="chart-mean-value"/>
      </optional>
      <optional>
      <ref name="chart-regression-curve"/>
      </optional>
      <zeroOrMore>
      <ref name="chart-error-indicator"/>
      </zeroOrMore>
      <zeroOrMore>
      <ref name="chart-data-point"/>
      </zeroOrMore>
      <optional>
      <ref name="chart-data-label"/>
      </optional>
      </element>
      </define>

      to

      <define name="chart-series">
      <element name="chart:series">
      <ref name="chart-series-attlist"/>
      <zeroOrMore>
      <ref name="chart-domain"/>
      </zeroOrMore>
      <optional>
      <ref name="chart-mean-value"/>
      </optional>
      <zeroOrMore>
      <ref name="chart-regression-curve"/>
      </zeroOrMore>
      <zeroOrMore>
      <ref name="chart-error-indicator"/>
      </zeroOrMore>
      <zeroOrMore>
      <ref name="chart-data-point"/>
      </zeroOrMore>
      <optional>
      <ref name="chart-data-label"/>
      </optional>
      </element>
      </define>

      Show
      Change the schema from <define name="chart-series"> <element name="chart:series"> <ref name="chart-series-attlist"/> <zeroOrMore> <ref name="chart-domain"/> </zeroOrMore> <optional> <ref name="chart-mean-value"/> </optional> <optional> <ref name="chart-regression-curve"/> </optional> <zeroOrMore> <ref name="chart-error-indicator"/> </zeroOrMore> <zeroOrMore> <ref name="chart-data-point"/> </zeroOrMore> <optional> <ref name="chart-data-label"/> </optional> </element> </define> to <define name="chart-series"> <element name="chart:series"> <ref name="chart-series-attlist"/> <zeroOrMore> <ref name="chart-domain"/> </zeroOrMore> <optional> <ref name="chart-mean-value"/> </optional> <zeroOrMore> <ref name="chart-regression-curve"/> </zeroOrMore> <zeroOrMore> <ref name="chart-error-indicator"/> </zeroOrMore> <zeroOrMore> <ref name="chart-data-point"/> </zeroOrMore> <optional> <ref name="chart-data-label"/> </optional> </element> </define>

      Description

      The ODF1.2CD5 schema permits at most one chart:regression-curve element in an chart:series element. This is an unneccessary restriction. It is very reasonable to have more than one regression curve in a plot (of course they would usually be of different type.

        Attachments

          Activity

            People

            • Assignee:
              michael.brauer Michael Brauer (Inactive)
              Reporter:
              aguelzow Andreas Guelzow (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: