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