complexType "GenericSecurity"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (5):
description (defined in IdentifiedAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
All Direct / Indirect Based Elements (1):
security
Known Usage Locations
Annotation
Concrete type to support public/private identifiers and classification (ISIN, CFI, ...) for a security of unspecified type. Derived as no-operation extension on IdentifedAsset (abstract base type)
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      GenericAsset (extension)
          GenericSecurity
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="GenericSecurity">
<xsd:complexContent>
<xsd:extension base="GenericAsset">
<xsd:sequence>
<xsd:element minOccurs="0" name="maturity" type="xsd:date"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="creditQualityType" type="CreditQualityType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/5)
creditQualityType
Type:
CreditQualityType, simple content
Credit quality type (e.g. 'INVG' - Investment grade; 'NIVG' - Non-investment grade; 'NOTR' - Non-rated). Classifies the risk of the security. Note: 'NOAP' - Not applicable value is indicated by the absence of the 'creditQualityType' element.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="creditQualityType" type="CreditQualityType"/>

maturity
Type:
xsd:date, predefined, simple content
Credit maturity. The date when the principal amount of a security becomes due and payable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="maturity" type="xsd:date"/>

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