Definition Type: ComplexType
Name: Trigger
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
Trigger point at which feature is effective Trigger-Niveau, bei dem bestimmte Merkmale einsetzen.
Collapse XSD Schema Diagram:
Drilldown into levelPercentage in schema fpml-eqd-4-0_xsd Drilldown into level in schema fpml-eqd-4-0_xsdXSD Diagram of Trigger in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Trigger">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Trigger point at which feature is effective</xsd:documentation>
        <xsd:documentation xml:lang="de">Trigger-Niveau, bei dem bestimmte Merkmale einsetzen.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="level" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The trigger level.</xsd:documentation>
                    <xsd:documentation xml:lang="de">Trigger-Niveau.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="levelPercentage" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The trigger level percentage.</xsd:documentation>
                    <xsd:documentation xml:lang="de">Triggerniveau, ausgedrückt als Prozentsatz.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
level nsA:level (1) (1)
levelPercentage nsA:levelPercentage (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:trigger