UserCredType
OFX / Types / UserCredType
Minimum length: 1
Maximum length: 171
Usages:
- SignonRequest USERCRED1
- SignonRequest USERCRED2
XSD
<xsd:simpleType name="UserCredType">
<xsd:annotation>
<xsd:documentation>
The OFX element "USERCRED1" is of type "UserCredType".
The OFX element "USERCRED2" is of type "UserCredType".
The effective size of USERCRED1 and USERCRED2 is A-32. If Type 1
security is used, then the actual field length is A-171.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="171"/>
</xsd:restriction>
</xsd:simpleType>