Hi, In "Schema for Datatype Definitions (normative)" of XML Schema Part 2, http://www.w3.org/TR/xmlschema-2/#schema, the simpleType "century" has facet "period" value="P100Y" as follow ------ <simpleType name="century" id="century"> <annotation> <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#century"/> </annotation> <restriction base="timePeriod"> <period value="P100Y" fixed="true" id="century.period"/> </restriction> </simpleType> ------ It should be "duration" as follow <duration value="P100Y" fixed="true" id="century.duration"/> JingReceived on Wednesday, 21 February 2001 21:14:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 16 March 2009 11:13:16 GMT