Definition Type: ComplexType
Name: ContributionSecurity
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "CONTRIBSECURITY" is of type "ContributionSecurity"
Collapse XSD Schema Diagram:
Drilldown into OTHERNONVESTAMT in schema ofx_investment_xsd Drilldown into OTHERVESTAMT in schema ofx_investment_xsd Drilldown into ROLLOVERCONTRIBAMT in schema ofx_investment_xsd Drilldown into PROFITSHARINGCONTRIBAMT in schema ofx_investment_xsd Drilldown into MATCHCONTRIBAMT in schema ofx_investment_xsd Drilldown into AFTERTAXCONTRIBAMT in schema ofx_investment_xsd Drilldown into PRETAXCONTRIBAMT in schema ofx_investment_xsd Drilldown into OTHERNONVESTPCT in schema ofx_investment_xsd Drilldown into OTHERVESTPCT in schema ofx_investment_xsd Drilldown into ROLLOVERCONTRIBPCT in schema ofx_investment_xsd Drilldown into PROFITSHARINGCONTRIBPCT in schema ofx_investment_xsd Drilldown into MATCHCONTRIBPCT in schema ofx_investment_xsd Drilldown into AFTERTAXCONTRIBPCT in schema ofx_investment_xsd Drilldown into PRETAXCONTRIBPCT in schema ofx_investment_xsd Drilldown into SECID in schema ofx_investment_xsdXSD Diagram of ContributionSecurity in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ContributionSecurity">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "CONTRIBSECURITY" is of type "ContributionSecurity"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SECID" type="ofx:SecurityId" />
        <xsd:choice>
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="PRETAXCONTRIBPCT" type="ofx:RateType" />
                <xsd:element name="AFTERTAXCONTRIBPCT" type="ofx:RateType" />
                <xsd:element name="MATCHCONTRIBPCT" type="ofx:RateType" />
                <xsd:element name="PROFITSHARINGCONTRIBPCT" type="ofx:RateType" />
                <xsd:element name="ROLLOVERCONTRIBPCT" type="ofx:RateType" />
                <xsd:element name="OTHERVESTPCT" type="ofx:RateType" />
                <xsd:element name="OTHERNONVESTPCT" type="ofx:RateType" />
            </xsd:choice>
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="PRETAXCONTRIBAMT" type="ofx:AmountType" />
                <xsd:element name="AFTERTAXCONTRIBAMT" type="ofx:AmountType" />
                <xsd:element name="MATCHCONTRIBAMT" type="ofx:AmountType" />
                <xsd:element name="PROFITSHARINGCONTRIBAMT" type="ofx:AmountType" />
                <xsd:element name="ROLLOVERCONTRIBAMT" type="ofx:AmountType" />
                <xsd:element name="OTHERVESTAMT" type="ofx:AmountType" />
                <xsd:element name="OTHERNONVESTAMT" type="ofx:AmountType" />
            </xsd:choice>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SECID ofx:SECID (1) (1)
PRETAXCONTRIBPCT ofx:PRETAXCONTRIBPCT (1) (1)
AFTERTAXCONTRIBPCT ofx:AFTERTAXCONTRIBPCT (1) (1)
MATCHCONTRIBPCT ofx:MATCHCONTRIBPCT (1) (1)
PROFITSHARINGCONTRIBPCT ofx:PROFITSHARINGCONTRIBPCT (1) (1)
ROLLOVERCONTRIBPCT ofx:ROLLOVERCONTRIBPCT (1) (1)
OTHERVESTPCT ofx:OTHERVESTPCT (1) (1)
OTHERNONVESTPCT ofx:OTHERNONVESTPCT (1) (1)
PRETAXCONTRIBAMT ofx:PRETAXCONTRIBAMT (1) (1)
AFTERTAXCONTRIBAMT ofx:AFTERTAXCONTRIBAMT (1) (1)
MATCHCONTRIBAMT ofx:MATCHCONTRIBAMT (1) (1)
PROFITSHARINGCONTRIBAMT ofx:PROFITSHARINGCONTRIBAMT (1) (1)
ROLLOVERCONTRIBAMT ofx:ROLLOVERCONTRIBAMT (1) (1)
OTHERVESTAMT ofx:OTHERVESTAMT (1) (1)
OTHERNONVESTAMT ofx:OTHERNONVESTAMT (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:CONTRIBSECURITY