Definition Type: Group
Name: StrikeOrStrikeReference.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-targets-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into strikeReference in schema fpml-fx-targets-5-10_xsd Drilldown into strike in schema fpml-fx-targets-5-10_xsdXSD Diagram of StrikeOrStrikeReference.model in schema fpml-fx-targets-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="StrikeOrStrikeReference.model">
    <xsd:choice>
        <xsd:element name="strike" type="FxStrike">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Strike price of the Target.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeReference" type="FxStrikeReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to an existing strike structure within the FX product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strike nsA:strike (1) (1)
strikeReference nsA:strikeReference (1) (1)