Definition Type: ComplexType
Name: Tax1098_V100
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Tax1098.xsd
Abstract
Documentation:
The OFX element "TAX1098_V100" is of type "Tax1098_V100"
Collapse XSD Schema Diagram:
Drilldown into BORROWERID in schema ofx_tax1098_xsd Drilldown into BORROWERADDR in schema ofx_tax1098_xsd Drilldown into LENDERID in schema ofx_tax1098_xsd Drilldown into LENDERADDR in schema ofx_tax1098_xsd Drilldown into OTHERLOANINFO in schema ofx_tax1098_xsd Drilldown into OVERPAIDREFUND in schema ofx_tax1098_xsd Drilldown into POINTS in schema ofx_tax1098_xsd Drilldown into MORTGAGEINTEREST in schema ofx_tax1098_xsd Drilldown into TAXYEAR in schema ofx_tax1098_xsd Drilldown into SRVRTID in schema ofx_tax1098_xsdXSD Diagram of Tax1098_V100 in schema ofx_tax1098_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Tax1098_V100">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "TAX1098_V100" is of type "Tax1098_V100"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
        <xsd:element name="TAXYEAR" type="ofx:YearType" />
        <xsd:element name="MORTGAGEINTEREST" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="POINTS" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="OVERPAIDREFUND" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="OTHERLOANINFO" type="ofx:GenericDescriptionType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="LENDERADDR" type="ofx:LenderAddress" minOccurs="0" maxOccurs="1" />
        <xsd:element name="LENDERID" type="ofx:GenericDescriptionType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BORROWERADDR" type="ofx:BorrowerAddress" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BORROWERID" type="ofx:GenericDescriptionType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SRVRTID ofx:SRVRTID (1) (1)
TAXYEAR ofx:TAXYEAR (1) (1)
MORTGAGEINTEREST ofx:MORTGAGEINTEREST 0 1
POINTS ofx:POINTS 0 1
OVERPAIDREFUND ofx:OVERPAIDREFUND 0 1
OTHERLOANINFO ofx:OTHERLOANINFO 0 1
LENDERADDR ofx:LENDERADDR 0 1
LENDERID ofx:LENDERID 0 1
BORROWERADDR ofx:BORROWERADDR 0 1
BORROWERID ofx:BORROWERID 0 1
Collapse Derivation Tree:
Collapse References:
ofx:TAX1098_V100