simpleType "Year"
Namespace:
Defined:
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
2050
MinInclusive:
1900

All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
The year the event or occurrence pertains to
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  Year
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
2050
minInclusive:
1900
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="Year">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1900"/>
<xs:maxInclusive value="2050"/>
</xs:restriction>
</xs:simpleType>