ValueType

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

Diagram

ValueType

Documentation

Type of value: Price or Total Return

EN

Type of value: Price or Total Return

DE

Art des Werts: Price oder Total Return

FR

Type de valeur : Price ou Total Return

NL

Type waarde: Price of Total Return

ES

Tipo de valor: Price o Total Return

IT

Tipo di valore: Price o Total Return

CS

Typ hodnoty: Price nebo Total Return

HU

Az érték típusa: Price vagy Total Return

Properties

Type
xs:string
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
8
Sample Data
Price
Restrictions
Base: xs:string
Enumeration:
  • Price
  • Total Return

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="ValueType">
   <xs:annotation>
      <xs:documentation>Type of value: Price or Total Return</xs:documentation>
      <xs:documentation xml:lang="en">Type of value: Price or Total Return</xs:documentation>
      <xs:documentation xml:lang="de">Art des Werts: Price oder Total Return</xs:documentation>
      <xs:documentation xml:lang="fr">Type de valeur : Price ou Total Return</xs:documentation>
      <xs:documentation xml:lang="nl">Type waarde: Price of Total Return</xs:documentation>
      <xs:documentation xml:lang="es">Tipo de valor: Price o Total Return</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di valore: Price o Total Return</xs:documentation>
      <xs:documentation xml:lang="cs">Typ hodnoty: Price nebo Total Return</xs:documentation>
      <xs:documentation xml:lang="hu">Az érték típusa: Price vagy Total Return</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Price"/>
         <xs:enumeration value="Total Return"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>