complexType "CreditLimit"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definitions of 2 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
Annotation
A structure describing a credit limit with applicability constraints.
Type Definition Detail
Type Derivation Tree
CreditLimitBase (extension)
  CreditLimit
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="CreditLimit">
<xsd:complexContent>
<xsd:extension base="CreditLimitBase">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="limitApplicable" type="LimitApplicable"/>
<xsd:element minOccurs="0" name="expirationDate" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/10)
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"/>

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.