Definition Type: ComplexType
Name: PositionStock
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractPositionBase
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "POSSTOCK" is of type "PositionStock"
Collapse XSD Schema Diagram:
Drilldown into REINVDIV in schema ofx_investment_xsd Drilldown into UNITSUSER in schema ofx_investment_xsd Drilldown into UNITSSTREET in schema ofx_investment_xsd Drilldown into INVPOS in schema ofx_investment_xsd Drilldown into AbstractPositionBase in schema ofx_investment_xsdXSD Diagram of PositionStock in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PositionStock">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "POSSTOCK" is of type "PositionStock"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractPositionBase">
            <xsd:sequence>
                <xsd:element name="UNITSSTREET" type="ofx:PositiveQuantityType" minOccurs="0" />
                <xsd:element name="UNITSUSER" type="ofx:PositiveQuantityType" minOccurs="0" />
                <xsd:element name="REINVDIV" type="ofx:BooleanType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVPOS ofx:INVPOS (1) (1)
UNITSSTREET ofx:UNITSSTREET 0 (1)
UNITSUSER ofx:UNITSUSER 0 (1)
REINVDIV ofx:REINVDIV 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:POSSTOCK