Value

/FundsXML4/Funds/Fund/CHOICE_2819/SingleFund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/TotalReturns/TotalReturn/Value

Diagram

Value Absolute and/or percentage value AbsoluteValue xs:decimal SEQUENCE (container)

Documentation

Absolute and/or percentage value

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
14
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/Funds/.../AbsoluteValue xs:decimal 540.00
/Funds/.../SEQUENCE_12962 (container)

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Value">
   <xs:annotation>
      <xs:documentation>Absolute and/or percentage value</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:choice>
         <xs:element name="AbsoluteValue" type="xs:decimal"/>
         <xs:sequence>
            <xs:element name="PercentageValue" type="PercentageType"/>
            <xs:element minOccurs="0" name="AbsoluteValue" type="xs:decimal"/>
         </xs:sequence>
      </xs:choice>
   </xs:complexType>
</xs:element>