complexType "GenericDimension"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:normalizedString
 = 
xsd:IDREF
   
>
   
Content: 
{ xsd:string }
</...>
Simple Content Restrictions:
MaxLength:
255

All Direct / Indirect Based Elements (1):
generic
Known Usage Locations
Annotation
A generic (user defined) dimension, e.g. for use in a correlation surface. e.g. a currency, stock, etc. This would take values like USD, GBP, JPY, or IBM, MSFT, etc.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  String (extension)
      GenericDimension
Derivation:
extension of String
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="GenericDimension">
<xsd:simpleContent>
<xsd:extension base="String">
<xsd:attribute name="name" type="NormalizedString" use="required"/>
<xsd:attribute ecore:reference="Asset" name="href" type="xsd:IDREF"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xsd:IDREF, predefined
Use:
optional
A reference to an instrument (e.g. currency) that this value represents.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute ecore:reference="Asset" name="href" type="xsd:IDREF"/>

name
Type:
Use:
required
The name of the dimension. E.g.: "Currency", "Stock", "Issuer", etc.
Attribute Value
xsd:normalizedString
MinLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="NormalizedString" use="required"/>

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.