OtherTotalValues

/FundsXML4/Funds/Fund/CHOICE_2819/SingleFund/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/PositionsDecomposed/Positions/Position/OtherTotalValues

Diagram

OtherTotalValues Additional total values (e.g. Hold-To-Maturity) OtherTotalValue OtherTotalValueType 1..∞

Documentation

Additional total values (e.g. Hold-To-Maturity)

Properties

Type
(anonymous)
Cardinality
0..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/.../OtherTotalValue OtherTotalValueType

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"
            minOccurs="0"
            name="OtherTotalValues">
   <xs:annotation>
      <xs:documentation>Additional total values (e.g. Hold-To-Maturity)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded"
                     name="OtherTotalValue"
                     type="OtherTotalValueType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>