Value

/FundsXML4/Funds/Fund/FundDynamicData/Benchmarks/Benchmark/Values/Value

Diagram

Value Date xs:date [1] ValueType xs:string [1] Value AmountType [1] Components (anonymous) [0..1]

Properties

Type
(anonymous)
Cardinality
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
7

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:date 2025-07-02
xs:string Price
AmountType

Amount in different currencies

[AUTO] Betrag in verschiedenen Währungen

Montant dans different currencies

Bedrag in different currencies

(anonymous)

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="Value">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Date" type="xs:date"/>
         <xs:element name="ValueType">
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="Price"/>
                  <xs:enumeration value="Total Return"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="Value" type="AmountType"/>
         <xs:element minOccurs="0" name="Components">
            <xs:complexType>
               <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="Component">
                     <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="ValueType">
                              <xs:simpleType>
                                 <xs:restriction base="xs:string">
                                    <xs:enumeration value="Price"/>
                                    <xs:enumeration value="Total Return"/>
                                 </xs:restriction>
                              </xs:simpleType>
                           </xs:element>
                           <xs:element name="Value" type="AmountType"/>
                        </xs:sequence>
                     </xs:complexType>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>