Part 2 - Clause 3.3.25

Dear XML Schema editor,

Comment:
Clause 3.3.25 of Part 2 states:

 "time is generated from recurringDuration by fixing the value of the
  duration facet equal to "P0Y" and the value of the period facet equal
  to "P1D"."

However, Appendix A of Part 2 states:

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

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



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


Sincerely,

Mike McCaleb

Received on Friday, 15 December 2000 17:08:26 UTC