Part 2 - Clause 3.3.32

Dear XML Schema editor,

Comment:
Clause 3.3.32 of Part 2 states:

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

However, Appendix A of Part 2 states:

<simpleType name="recurringDay" id="recurringDay">
        <annotation>
                <documentation xml:lang="en"
       source="http://www.w3.org/TR/xmlschema-2/#recurringDay"/>
        </annotation>
        <restriction base="recurringDuration">
                <period value="P1M" fixed="true" id="recurringDay.period"/>
                <duration value="P24H" fixed="true" id="recurringDay.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:11:27 UTC