VersionType

OFX / Types / VersionType

Minimum length: 1

Maximum length: 5

Pattern: [0-9]+

Usages:
XSD
	<xsd:simpleType name="VersionType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "VER" is of type "VersionType"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="5"/>
			<xsd:whiteSpace value="collapse"/>
			<xsd:pattern value="[0-9]+"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.