Part 2 - Clause 3.3.31

Dear XML Schema editor,

Comment:
Clause 3.3.31 of Part 2 states:

 "recurringDate is generated from recurringDuration by fixing the
  value of the duration facet equal to "P1D" and the value of the
  period facet to "P1Y" (one year)."

However, Appendix A of Part 2 states:

  <simpleType name="recurringDate" id="recurringDate">
    <annotation>
      <documentation xml:lang="en"
          source="http://www.w3.org/TR/xmlschema-2/#recurringDate"/>
    </annotation>
    <restriction base="recurringDuration">
      <period value="P1Y" fixed="true" id="recurringDate.period"/>
      <duration value="P24H" fixed="true" id="recurringDate.duration"/>
    </restriction>
  </simpleType>

The two clauses are inconsistent with regard to the duration facet.



Proposed solution:
Correct whichever clause is in error to remove the inconsistency.


Sincerely,

Mike McCaleb

Received on Friday, 15 December 2000 17:10:44 UTC