Definition Type: SimpleType
Name: AuthTokenType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signon.xsd
Documentation:
The OFX element "AUTHTOKEN" is of type "AuthTokenType". The effective size of AUTHTOKEN is A-32. If Type 1 security is used, then the actual field length is A-171.
Collapse XSD Schema Diagram:
XSD Diagram of AuthTokenType in schema ofx_signon_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="AuthTokenType">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "AUTHTOKEN" is of type "AuthTokenType".
        The effective size of AUTHTOKEN 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:AUTHTOKEN