complexType BenchmarkType
diagram index_p233.png
children Components Levels
annotation
documentation
Benchmark information
source <xs:complexType name="BenchmarkType">
 
<xs:annotation>
   
<xs:documentation>Benchmark information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Components" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Components of a composite benchmark.</xs:documentation>
       
<xs:documentation xml:lang="de">Komponenten eines Composite Benchmarks.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ValidFrom" type="xs:date"/>
         
<xs:element name="Component" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name" type="xs:string" minOccurs="0"/>
               
<xs:element name="Identifiers" type="IdentifiersType"/>
               
<xs:element name="Weight" type="xs:decimal"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Levels" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Benchmark levels in the Currency.</xs:documentation>
       
<xs:documentation xml:lang="de">Benchmarklevels in der definierten Währung</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Level" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Date" type="xs:date"/>
               
<xs:element name="Value" type="xs:decimal"/>
               
<xs:element name="Property" type="xs:string" minOccurs="0"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BenchmarkType/Components
diagram index_p234.png
properties
minOcc 0
maxOcc unbounded
content complex
children ValidFrom Component
annotation
documentation
Components of a composite benchmark.
documentation
Komponenten eines Composite Benchmarks.
source <xs:element name="Components" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Components of a composite benchmark.</xs:documentation>
   
<xs:documentation xml:lang="de">Komponenten eines Composite Benchmarks.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ValidFrom" type="xs:date"/>
     
<xs:element name="Component" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name" type="xs:string" minOccurs="0"/>
           
<xs:element name="Identifiers" type="IdentifiersType"/>
           
<xs:element name="Weight" type="xs:decimal"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BenchmarkType/Components/ValidFrom
diagram index_p235.png
type xs:date
properties
content simple
source <xs:element name="ValidFrom" type="xs:date"/>

element BenchmarkType/Components/Component
diagram index_p236.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Identifiers Weight
source <xs:element name="Component" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="xs:string" minOccurs="0"/>
     
<xs:element name="Identifiers" type="IdentifiersType"/>
     
<xs:element name="Weight" type="xs:decimal"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BenchmarkType/Components/Component/Name
diagram index_p237.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Name" type="xs:string" minOccurs="0"/>

element BenchmarkType/Components/Component/Identifiers
diagram index_p238.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
source <xs:element name="Identifiers" type="IdentifiersType"/>

element BenchmarkType/Components/Component/Weight
diagram index_p239.png
type xs:decimal
properties
content simple
source <xs:element name="Weight" type="xs:decimal"/>

element BenchmarkType/Levels
diagram index_p240.png
properties
minOcc 0
maxOcc 1
content complex
children Level
annotation
documentation
Benchmark levels in the Currency.
documentation
Benchmarklevels in der definierten Währung
source <xs:element name="Levels" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Benchmark levels in the Currency.</xs:documentation>
   
<xs:documentation xml:lang="de">Benchmarklevels in der definierten Währung</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Level" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Date" type="xs:date"/>
           
<xs:element name="Value" type="xs:decimal"/>
           
<xs:element name="Property" type="xs:string" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BenchmarkType/Levels/Level
diagram index_p241.png
properties
minOcc 1
maxOcc unbounded
content complex
children Date Value Property
source <xs:element name="Level" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Date" type="xs:date"/>
     
<xs:element name="Value" type="xs:decimal"/>
     
<xs:element name="Property" type="xs:string" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BenchmarkType/Levels/Level/Date
diagram index_p242.png
type xs:date
properties
content simple
source <xs:element name="Date" type="xs:date"/>

element BenchmarkType/Levels/Level/Value
diagram index_p243.png
type xs:decimal
properties
content simple
source <xs:element name="Value" type="xs:decimal"/>

element BenchmarkType/Levels/Level/Property
diagram index_p244.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Property" type="xs:string" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy