complexType "CreditLimitBase"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
productId (defined in Product.model group),
productType (defined in Product.model group),
Known Direct Subtypes (1):
CreditLimit
All Direct / Indirect Based Elements (1):
creditLimit
Known Usage Locations
Annotation
A structure describing a basic credit limit.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="CreditLimitBase">
<xsd:sequence>
<xsd:element name="limitId" type="LimitId"/>
<xsd:group ref="Product.model"/>
<xsd:element name="currency" type="Currency"/>
<xsd:element name="tenor" type="Period"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/8)
currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element name="currency" type="Currency"/>

limitId
Type:
LimitId, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (see within schema source)
<xsd:element name="limitId" type="LimitId"/>

tenor
Type:
Period, complex content
The maximum allowed tenor for a trade under this limit. When this structure is used as part of a suspendCredit message, this tenor imposes a temporary tenor limit on allowed trade types.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tenor" type="Period"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.