YearType

OFX / Types / YearType

Pattern: [0-9]{4}

Usages:
XSD
	<xsd:simpleType name="YearType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "YEAR" is of type "YearType"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:gYear">
			<xsd:whiteSpace value="collapse"/>
			<xsd:pattern value="[0-9]{4}"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.