Definition Type: ComplexType
Name: FxTarget
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into knockoutCount in schema fpml-fx-targets-5-10_xsd2 Drilldown into knockoutLevel in schema fpml-fx-targets-5-10_xsd2 Drilldown into accumulationRegion in schema fpml-fx-targets-5-10_xsd2 Drilldown into id in schema fpml-fx-targets-5-10_xsd2XSD Diagram of FxTarget in schema fpml-fx-targets-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTarget">
    <xsd:sequence>
        <xsd:element name="accumulationRegion" type="FxTargetAccumulationRegion" minOccurs="0" maxOccurs="2" />
        <xsd:choice minOccurs="0">
            <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 nsE:accumulationRegion 0 2
knockoutLevel nsE:knockoutLevel (1) (1)
knockoutCount nsE:knockoutCount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id Optional
Collapse Derivation Tree:
Collapse References:
nsE:target