ErrorType

OFX / Types / ErrorType

Minimum length: 1

Maximum length: 6

Pattern: [0-9]+

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

© Copyright 2023. All Rights Reserved.