AccessKeyType

OFX / Types / AccessKeyType

Minimum length: 1

Maximum length: 1000

Usages:
XSD
  <xsd:simpleType name="AccessKeyType">
    <xsd:annotation>
      <xsd:documentation>
        The OFX element "ACCESSKEY" is of type "AccessKeyType".
      </xsd:documentation>
    </xsd:annotation>

    <xsd:restriction base="xsd:string">
      <xsd:minLength value="1"/>
      <!--
        Typical GUIDs (i.e. RFC 4122 ver 1 UUIDs) are 39 chars when you
        count the {}s.
      -->
      <xsd:maxLength value="1000"/>
    </xsd:restriction>
  </xsd:simpleType>

© Copyright 2023. All Rights Reserved.