Ratings

/FundsXML4/AssetMasterData/Asset/Ratings

Diagram

Ratings Rating RatingsType [1..*]

Documentation

EN

Rating details of instrument

DE

Rating details von instrument

FR

Rating details de instrument

NL

Rating details van instrument

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
3

Child Elements & Attributes

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

Rating-Informationen

Rating-Informationen

Rating-Informationen

Rating-Informationen

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="Ratings">
   <xs:annotation>
      <xs:documentation xml:lang="en">Rating details of instrument</xs:documentation>
      <xs:documentation xml:lang="de">Rating details von instrument</xs:documentation>
      <xs:documentation xml:lang="fr">Rating details de instrument</xs:documentation>
      <xs:documentation xml:lang="nl">Rating details van instrument</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Rating" type="RatingsType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Rating-Informationen</xs:documentation>
               <xs:documentation xml:lang="de">Rating-Informationen</xs:documentation>
               <xs:documentation xml:lang="fr">Rating-Informationen</xs:documentation>
               <xs:documentation xml:lang="nl">Rating-Informationen</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>