MFATextType
OFX / Types / MFATextType
Minimum length: 1
Maximum length: 64
Usages:
- SignonInfo AUTHTOKENLABEL
- SignonInfo USERCRED1LABEL
- SignonInfo USERCRED2LABEL
XSD
<xsd:simpleType name="MFATextType"> <xsd:annotation> <xsd:documentation>The OFX elements "USERCRED1LABEL" and "USERCRED2LABEL" are of type "MFATextType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="64"/> </xsd:restriction> </xsd:simpleType>