| diagram | ![]() |
||
| children | Components Levels | ||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | ValidFrom Component | ||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| source | <xs:element name="ValidFrom" type="xs:date"/> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="Name" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||
| type | IdentifiersType | ||
| properties |
|
||
| children | ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID | ||
| source | <xs:element name="Identifiers" type="IdentifiersType"/> |
| diagram | ![]() |
||
| type | xs:decimal | ||
| properties |
|
||
| source | <xs:element name="Weight" type="xs:decimal"/> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | Level | ||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| 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> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| source | <xs:element name="Date" type="xs:date"/> |
| diagram | ![]() |
||
| type | xs:decimal | ||
| properties |
|
||
| source | <xs:element name="Value" type="xs:decimal"/> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="Property" type="xs:string" minOccurs="0"/> |