Definition Type: SimpleType
Name: IntegerType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signon.xsd
Documentation:
The OFX element "INT" is of type "IntegerType"
Collapse XSD Schema Diagram:
XSD Diagram of IntegerType in schema ofx_signon_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 4
MinLength 1
Pattern [0-9]+
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:APPVER