Definition Type: SimpleType
Name: LoanFrequencyEnum
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Documentation:
The OFX element "LOANFREQ" is of type "LoanFrequencyEnum"
Collapse XSD Schema Diagram:
XSD Diagram of LoanFrequencyEnum in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="LoanFrequencyEnum">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "LOANFREQ" is of type "LoanFrequencyEnum"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="WEEKLY" />
        <xsd:enumeration value="BIWEEKLY" />
        <xsd:enumeration value="TWICEMONTHLY" />
        <xsd:enumeration value="MONTHLY" />
        <xsd:enumeration value="FOURWEEKS" />
        <xsd:enumeration value="BIMONTHLY" />
        <xsd:enumeration value="QUARTERLY" />
        <xsd:enumeration value="SEMIANNUALLY" />
        <xsd:enumeration value="ANNUALLY" />
        <xsd:enumeration value="MATURITY" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration WEEKLY
Enumeration BIWEEKLY
Enumeration TWICEMONTHLY
Enumeration MONTHLY
Enumeration FOURWEEKS
Enumeration BIMONTHLY
Enumeration QUARTERLY
Enumeration SEMIANNUALLY
Enumeration ANNUALLY
Enumeration MATURITY
Collapse Derivation Tree:
Collapse References:
ofx:LOANFREQ