Definition Type: ComplexType
Name: FxTarget
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into knockoutCount in schema fpml-fx-targets-5-10_xsd1 Drilldown into knockoutLevel in schema fpml-fx-targets-5-10_xsd1 Drilldown into accumulationRegion in schema fpml-fx-targets-5-10_xsd1 Drilldown into id in schema fpml-fx-targets-5-10_xsd1XSD Diagram of FxTarget in schema fpml-fx-targets-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTarget">
    <xsd:sequence>
        <xsd:element name="accumulationRegion" type="FxTargetAccumulationRegion" maxOccurs="2" />
        <xsd:choice>
            <xsd:element name="knockoutLevel" type="FxKnockoutLevel" />
            <xsd:element name="knockoutCount" type="FxKnockoutCount" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accumulationRegion nsD:accumulationRegion (1) 2
knockoutLevel nsD:knockoutLevel (1) (1)
knockoutCount nsD:knockoutCount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id Optional
Collapse Derivation Tree:
Collapse References:
nsD:target