Definition Type: ComplexType
Name: CreditLimitInformation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into creditLimit in schema fpml-business-events-5-10_xsd Drilldown into limitModel in schema fpml-business-events-5-10_xsd Drilldown into partyInformation in schema fpml-business-events-5-10_xsdXSD Diagram of CreditLimitInformation in schema fpml-business-events-5-10_xsd (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" />
        <xsd:element name="limitModel" type="LimitModelEnum" />
        <xsd:element name="creditLimit" type="CreditLimit" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyInformation nsA:partyInformation (1) (1)
limitModel nsA:limitModel (1) (1)
creditLimit nsA:creditLimit (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:creditLimitInformation, nsA:creditLimitInformation, nsA:creditLimitInformation