- From: Michael McCaleb <mccaleb@eeel.nist.gov>
- Date: Fri, 15 Dec 2000 17:10:24 -0500
- To: www-xml-schema-comments@w3.org
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