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