Yield

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/Yields/Yield

Diagram

Yield Method xs:string [1] Date xs:date [1] Value xs:decimal [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
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string ExampleText
xs:date 2021-11-03
xs:decimal 392.20

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"
            maxOccurs="unbounded"
            name="Yield">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Method" type="xs:string"/>
         <xs:element name="Date" type="xs:date"/>
         <xs:element name="Value" type="xs:decimal"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>