Definition Type: Element
Name: step
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:NonNegativeStep
Containing Schema: fpml-shared-5-10.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The schedule of step date and non-negative value pairs. On each step date the associated step value becomes effective. A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.
Collapse XSD Schema Diagram:
Drilldown into stepValue in schema fpml-shared-5-10_xsd2 Drilldown into stepDate in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-shared-5-10_xsd2 Drilldown into StepBase in schema fpml-shared-5-10_xsd2 Drilldown into NonNegativeStep in schema fpml-shared-5-10_xsd2XSD Diagram of step in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="step" type="NonNegativeStep" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The schedule of step date and non-negative value pairs. On each step date the associated step value becomes effective. A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stepDate nsC:stepDate 0 (1)
stepValue nsC:stepValue 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree: