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