Definition Type: SimpleType
Name: AmortizationType
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Loans.xsd
Documentation:
The OFX element "AMRTTYPE" is of type "AmortizationType"
Collapse XSD Schema Diagram:
XSD Diagram of AmortizationType in schema ofx_loans_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="AmortizationType">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "AMRTTYPE" is of type "AmortizationType"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:whiteSpace value="collapse" />
        <xsd:enumeration value="ORIGINAL" />
        <xsd:enumeration value="ADJUSTED" />
        <xsd:enumeration value="PROJECTED" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ORIGINAL
Enumeration ADJUSTED
Enumeration PROJECTED
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:AMRTTYPE