complexType "CreditLimit"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
limitId?, primaryAssetClass?, productType*, productId*, currency?, tenor?, limitApplicable*, expirationDate?
</...>
Content Model Elements (8):
currency (defined in CreditLimit complexType),
expirationDate (defined in CreditLimit complexType),
primaryAssetClass,
productId (defined in Product.model group),
productType (defined in Product.model group),
Known Direct Subtypes (1):
CreditLimitExtended
All Direct / Indirect Based Elements (2):
creditLimit (defined in CreditLimitInformationExtended complexType),
creditLimit (in creditLimitInformation in creditLimitReport)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="CreditLimit">
<xsd:sequence>
<xsd:element minOccurs="0" name="limitId" type="LimitId"/>
<xsd:group ref="Product.model"/>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
<xsd:element minOccurs="0" name="tenor" type="Period"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="limitApplicable" type="LimitApplicable"/>
<xsd:element minOccurs="0" name="expirationDate" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/8)
currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

expirationDate
Type:
xsd:dateTime, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="expirationDate" type="xsd:dateTime"/>

limitApplicable
Type:
LimitApplicable, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="limitApplicable" type="LimitApplicable"/>

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

tenor
Type:
Period, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="tenor" type="Period"/>

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