Definition Type: ComplexType
Name: MatchInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract False
Documentation:
The OFX element "MATCHINFO" is of type "MatchInfo"
Collapse XSD Schema Diagram:
Drilldown into BASEMATCHPCT Drilldown into BASEMATCHAMT Drilldown into STARTOFYEAR Drilldown into MAXMATCHPCT Drilldown into MAXMATCHAMT Drilldown into MATCHPCTXSD Diagram of MatchInfo
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
Collapse Comments:
blog comments powered by Disqus