| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:integer | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="YearType"> <xs:annotation> <xs:documentation>The format for specifying the year.</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1800"/> </xs:restriction> </xs:simpleType> |