complexType "CreditLimit"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
currency (defined in CreditLimitBase complexType),
expirationDate (defined in CreditLimit complexType),
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
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" minOccurs="0" 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/8)
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"/>

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.