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 McCalebReceived on Friday, 15 December 2000 17:11:27 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:12:49 GMT