IntegerType

OFX / Types / IntegerType

Minimum length: 1

Maximum length: 4

Pattern: [0-9]+

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

    <xsd:restriction base="xsd:string">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="4"/>
      <xsd:pattern value="[0-9]+"/>
      <xsd:whiteSpace value="collapse"/>
    </xsd:restriction>
  </xsd:simpleType>

© Copyright 2023. All Rights Reserved.