AppKeyType

OFX / Types / AppKeyType

Minimum length: 1

Maximum length: 10000

Usages:
XSD
  <xsd:simpleType name="AppKeyType">
    <xsd:annotation>
      <xsd:documentation>
        The OFX element "APPKEY" is of type "AppKeyType"
      </xsd:documentation>
    </xsd:annotation>

    <xsd:restriction base="xsd:string">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="10000" />
    </xsd:restriction>
  </xsd:simpleType>

© Copyright 2023. All Rights Reserved.