namespace | https://mmixm.aero/base/3 | ||||||
type | restriction of xs:integer | ||||||
properties |
|
||||||
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> |