Durations

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/Durations

Diagram

Durations Duration (anonymous) [1..*]

Documentation

EN

List of duration values

DE

Liste von duration values

FR

Liste de duration values

NL

Lijst van duration values

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
5

Child Elements & Attributes

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

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Durations">
   <xs:annotation>
      <xs:documentation xml:lang="en">List of duration values</xs:documentation>
      <xs:documentation xml:lang="de">Liste von duration values</xs:documentation>
      <xs:documentation xml:lang="fr">Liste de duration values</xs:documentation>
      <xs:documentation xml:lang="nl">Lijst van duration values</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Duration">
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Name" type="xs:string"/>
                  <xs:element name="Date" type="xs:date"/>
                  <xs:element name="Value" type="xs:decimal"/>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>