CountryStringType

OFX / Types / CountryStringType

Minimum length: 1

Maximum length: 32

Usages:
XSD
	<xsd:simpleType name="CountryStringType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "COUNTRYSTRING" is of type "CountryStringType"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="32"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.