UserKeyType
OFX / Types / UserKeyType
Minimum length: 1
Maximum length: 64
Usages:
- SignonRequest USERKEY
- SignonResponse USERKEY
XSD
<xsd:simpleType name="UserKeyType"> <xsd:annotation> <xsd:documentation> The OFX element "USERKEY" is of type "UserKeyType" </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="64" /> </xsd:restriction> </xsd:simpleType>