<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>
|