by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="gMonthDay" id="gMonthDay"> <xsd:restriction base="xsd:anySimpleType"> <xsd:whiteSpace value="collapse" fixed="true"/> </xsd:restriction> </xsd:simpleType> |
enumeration, maxExclusive, maxInclusive, minExclusive, minInclusive, pattern
The value space of xsd:gMonthDay is the period of one calendar day recurring each calendar year (such as the third of April); its lexical space follows the ISO 8601 syntax for such periods (i.e., -- MM-DD) with an optional time zone.
When needed, days are reduced to fit in the length of the months, so --02-29 would occur on the 28th of February of nonleap years.
This text is released under the Free Software Foundation GFDL.