Definition Type: SimpleType
Name: UserCredType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signon.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.
Collapse XSD Schema Diagram:
XSD Diagram of UserCredType in schema ofx_signon_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 171
MinLength 1
Collapse Derivation Tree:
Collapse References:
ofx:USERCRED1, ofx:USERCRED2