simpleType "YearType"
Namespace:
Defined:
Used:
never
Simple Content Model
xsd:normalizedString
Simple Content Restrictions:
Pattern:
2[0-9][0-9][0-9]
Annotation
A type defining a year, from 2000-2999.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  YearType
Derivation:
restriction of xsd:normalizedString
Facets:
pattern:
2[0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="YearType">
<xsd:restriction base="xsd:normalizedString">
<xsd:pattern value="2[0-9][0-9][0-9]"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.