PasswordType
OFX / Types / PasswordType
Minimum length: 1
Maximum length: 171
Usages:
- PinChangeRequest NEWUSERPASS
- SignonRequest USERPASS
XSD
<xsd:simpleType name="PasswordType"> <xsd:annotation> <xsd:documentation> The OFX element "PASSWORD" is of type "PasswordType" </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="171" /> </xsd:restriction> </xsd:simpleType>