BankIdType

OFX / Types / BankIdType

Minimum length: 1

Maximum length: 9

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

© Copyright 2023. All Rights Reserved.