<xsd:simpleType name="YearType"> <xsd:annotation> <xsd:documentation xml:lang="en">A type defining a year, from 2000-2999.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:pattern value="2[0-9][0-9][0-9]" /> </xsd:restriction> </xsd:simpleType>