Definition Type: ComplexType
Name: LowerBound
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into minimumExclusive in schema fpml-fx-5-2_xsd Drilldown into minimumInclusive in schema fpml-fx-5-2_xsdXSD Diagram of LowerBound in schema fpml-fx-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LowerBound">
    <xsd:choice>
        <xsd:element name="minimumInclusive" type="PositiveDecimal" minOccurs="0" />
        <xsd:element name="minimumExclusive" type="PositiveDecimal" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
minimumInclusive nsA:minimumInclusive 0 (1)
minimumExclusive nsA:minimumExclusive 0 (1)