LongMessageType

OFX / Types / LongMessageType

Minimum length: 1

Maximum length: 2000

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

© Copyright 2023. All Rights Reserved.