Part 2 - Clause 3.3.27

Dear XML Schema editor,

Comment:
Clause 3.3.27 of Part 2 states:

 "date is generated from timePeriod by fixing the value
  of the duration facet equal to "P1D"."

However, Appendix A of Part 2 states:

  <simpleType name="date" id="date">
    <annotation>
      <documentation xml:lang="en"
         source="http://www.w3.org/TR/xmlschema-2/#date"/>
    </annotation>
    <restriction base="timePeriod">
      <duration value="PT24H" fixed="true" id="date.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:09:06 UTC