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