Definition Type: ComplexType
Name: CreditLimitInformation
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into creditLimit in schema fpml-business-events-5-10_xsd1 Drilldown into limitModel in schema fpml-business-events-5-10_xsd1 Drilldown into partyInformation in schema fpml-business-events-5-10_xsd1XSD Diagram of CreditLimitInformation in schema fpml-business-events-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CreditLimitInformation">
    <xsd:annotation>
        <xsd:documentation />
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyInformation" type="PartyTradeInformation" minOccurs="0" />
        <xsd:element name="limitModel" type="LimitModelEnum" minOccurs="0" />
        <xsd:element name="creditLimit" type="CreditLimit" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyInformation nsC:partyInformation 0 (1)
limitModel nsC:limitModel 0 (1)
creditLimit nsC:creditLimit 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:creditLimitInformation