complexType "RateLimits"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
capRate (defined in RateLimits complexType),
floorRate (defined in RateLimits complexType)
All Direct / Indirect Based Elements (4):
allInRateLimits (defined in FixedRateOption complexType),
allInRateLimits (defined in LegacyFloatingRateOption complexType),
Known Usage Locations
Annotation
A structure that defines the limits associated with rates that can be applied to a loan instrument.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="RateLimits">
<xsd:sequence>
<xsd:element minOccurs="0" name="floorRate" type="PeriodRate"/>
<xsd:element minOccurs="0" name="capRate" type="PeriodRate"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
capRate
Type:
PeriodRate, complex content
The rate cap being applied.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="capRate" type="PeriodRate"/>

floorRate
Type:
PeriodRate, complex content
The rate floor being applied.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="floorRate" type="PeriodRate"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.