simpleType YearType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value Annotation
minInclusive 1800
annotation
documentation
The format for specifying the year.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy