Definition Type: ComplexType
Name: MatchInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "MATCHINFO" is of type "MatchInfo"
Collapse XSD Schema Diagram:
Drilldown into BASEMATCHPCT in schema ofx_investment_xsd Drilldown into BASEMATCHAMT in schema ofx_investment_xsd Drilldown into STARTOFYEAR in schema ofx_investment_xsd Drilldown into MAXMATCHPCT in schema ofx_investment_xsd Drilldown into MAXMATCHAMT in schema ofx_investment_xsd Drilldown into MATCHPCT in schema ofx_investment_xsdXSD Diagram of MatchInfo in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="MatchInfo">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "MATCHINFO" is of type "MatchInfo"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="MATCHPCT" type="ofx:RateType" />
        <xsd:element name="MAXMATCHAMT" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="MAXMATCHPCT" type="ofx:RateType" minOccurs="0" />
        <xsd:element name="STARTOFYEAR" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="BASEMATCHAMT" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="BASEMATCHPCT" type="ofx:RateType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MATCHPCT ofx:MATCHPCT (1) (1)
MAXMATCHAMT ofx:MAXMATCHAMT 0 (1)
MAXMATCHPCT ofx:MAXMATCHPCT 0 (1)
STARTOFYEAR ofx:STARTOFYEAR 0 (1)
BASEMATCHAMT ofx:BASEMATCHAMT 0 (1)
BASEMATCHPCT ofx:BASEMATCHPCT 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:MATCHINFO