MAXMINType
OFX / Types / MAXMINType
Minimum length: 1
Maximum length: 2
Pattern: [0-9]+
Usages:
- SignonInfo MAX
- SignonInfo MIN
XSD
<xsd:simpleType name="MAXMINType"> <xsd:annotation> <xsd:documentation>The OFX element "MAXMIN" is of type "MAXMINType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="2"/> <xsd:whiteSpace value="collapse"/> <xsd:pattern value="[0-9]+"/> </xsd:restriction> </xsd:simpleType>