CountryType

OFX / Types / CountryType

Minimum length: 1

Maximum length: 3

Usages:
XSD
	<xsd:simpleType name="CountryType">
		<xsd:annotation>
			<xsd:documentation>Should be the three-letter country code from ISO/DIS-3166.
            The OFX element "COUNTRY" is of type "CountryType"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:whiteSpace value="collapse"/>
			<xsd:minLength value="1"/>
			<xsd:maxLength value="3"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.