RELAX NG by Eric van der Vlist will be published by O'Reilly & Associates (ISBN: 0596004214)
You are welcome to use our annotation system to give your feedback.
xsd:gYear — Period of one year.
xsd:anySimpleType
xsd:gYear
none
enumeration, maxExclusive, maxInclusive, minExclusive, minInclusive, pattern.
<xsd:simpleType name="gYear" id="gYear"> <xsd:restriction base="xsd:anySimpleType"> <xsd:whiteSpace value="collapse" fixed="true"/> </xsd:restriction> </xsd:simpleType> |
The value space of xsd:gYear is the period of one calendar year (such as the year 2002); its lexical space follows the ISO 8601 syntax for such periods ("YYYY") with an optional timezone.
The duration (one year) is fixed, and no calendars other than the Gregorian are supported.
Valid values include "2001", "2001+02:00", "2001Z", "2001+00:00", "-2001", or "-20000".
The following values would be invalid: "01" (the century part is missing) or "2001-12" (month parts are forbidden).
You are welcome to use our annotation system to give your feedback.
[Annotations for this page]
All text is copyright Eric van der Vlist, Dyomedea. During development, I give permission for non-commercial copying for educational and review purposes. After publication, all text will be released under the Free Software Foundation GFDL.