Back to SwissRETS

noNamespace
simpleType year

Super Types
{}year (restriction)

Documentation
Four digit representation of a year.
Properties
This component is not nillable.

Model

[12][0-9]{3}


Source
<xs:simpleType name="year">
<xs:restriction base="xs:positiveInteger">
<xs:pattern value="[12][0-9]{3}"/>
</xs:restriction>
</xs:simpleType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.