BenchmarkComponents

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks/Benchmark/BenchmarkComponents

Diagram

BenchmarkComponents BenchmarkComponent (anonymous) [1..*]

Documentation

EN

if blended Benchmark

DE

wenn blended Benchmark

FR

si blended Benchmark

NL

als blended Benchmark

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
(anonymous)

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="BenchmarkComponents">
   <xs:annotation>
      <xs:documentation xml:lang="en">if blended Benchmark</xs:documentation>
      <xs:documentation xml:lang="de">wenn blended Benchmark</xs:documentation>
      <xs:documentation xml:lang="fr">si blended Benchmark</xs:documentation>
      <xs:documentation xml:lang="nl">als blended Benchmark</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="BenchmarkComponent">
            <xs:complexType>
               <xs:sequence>
                  <xs:element minOccurs="0" name="BenchmarkComponentID">
                     <xs:simpleType>
                        <xs:restriction base="xs:string">
                           <xs:maxLength value="255"/>
                        </xs:restriction>
                     </xs:simpleType>
                  </xs:element>
                  <xs:element name="ValidFrom" type="xs:date"/>
                  <xs:element minOccurs="0" name="ValidTo" type="xs:date"/>
                  <xs:sequence>
                     <xs:element name="Name">
                        <xs:simpleType>
                           <xs:restriction base="xs:string">
                              <xs:maxLength value="255"/>
                           </xs:restriction>
                        </xs:simpleType>
                     </xs:element>
                     <xs:element minOccurs="0" name="Provider" type="BenchmarkProviderCompany"/>
                     <xs:element name="Identifier" type="IdentifiersType"/>
                     <xs:element name="Weight" type="PercentageType"/>
                  </xs:sequence>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>