complexType "CreditLimit"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
productId (defined in Product.model group),
productType (defined in Product.model group),
All Direct / Indirect Based Elements (1):
creditLimit
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="CreditLimit">
<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:element maxOccurs="unbounded" 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/10)
currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (see within schema source)
<xsd:element 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" name="limitApplicable" type="LimitApplicable"/>

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

tenor
Type:
Period, complex content
XML Source (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.