Definition Type: SimpleType
Name: MAXMINType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile.xsd
Documentation:
The OFX element "MAXMIN" is of type "MAXMINType"
Collapse XSD Schema Diagram:
XSD Diagram of MAXMINType
Collapse XSD Schema Code:
<xsd:simpleType name="MAXMINType">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "MAXMIN" is of type "MAXMINType"

      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:minLength value="1" />
        <xsd:maxLength value="2" />
        <xsd:whiteSpace value="collapse" />
        <xsd:pattern value="[0-9]+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
ofx:MAX, ofx:MIN
Collapse Comments:
blog comments powered by Disqus