Definition Type: ComplexType
Name: FxTarget
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into knockoutCount in schema fpml-fx-targets-5-10_xsd Drilldown into knockoutLevel in schema fpml-fx-targets-5-10_xsd Drilldown into accumulationRegion in schema fpml-fx-targets-5-10_xsd Drilldown into id in schema fpml-fx-targets-5-10_xsdXSD Diagram of FxTarget in schema fpml-fx-targets-5-10_xsd (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 nsA:accumulationRegion (1) 2
knockoutLevel nsA:knockoutLevel (1) (1)
knockoutCount nsA:knockoutCount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
Collapse Derivation Tree:
Collapse References:
nsA:target