Quotation

/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/Quotation

Diagram

Quotation QuotationType xs:string [0..1] QuotationPercent xs:float [0..1] QuotationAmount AmountType [0..1]

Documentation

EN

Quotation

DE

Quotation

FR

Quotation

NL

Quotation

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
xs:string

Price/Yield/Other

Preis/Yield/Sonstig

Prix/Yield/Autre

Prijs/Yield/Overig

Price
xs:float

Quotation in percent

Quotation in percent

Quotation dans percent

Quotation in percent

947.51
AmountType

Amount of Quotation

Betrag von Quotation

Montant de Quotation

Bedrag van Quotation

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="Quotation">
   <xs:annotation>
      <xs:documentation xml:lang="en">Quotation</xs:documentation>
      <xs:documentation xml:lang="de">Quotation</xs:documentation>
      <xs:documentation xml:lang="fr">Quotation</xs:documentation>
      <xs:documentation xml:lang="nl">Quotation</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="QuotationType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Price/Yield/Other</xs:documentation>
               <xs:documentation xml:lang="de">Preis/Yield/Sonstig</xs:documentation>
               <xs:documentation xml:lang="fr">Prix/Yield/Autre</xs:documentation>
               <xs:documentation xml:lang="nl">Prijs/Yield/Overig</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="Price"/>
                  <xs:enumeration value="Yield"/>
                  <xs:enumeration value="Other"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:choice>
            <xs:element minOccurs="0" name="QuotationPercent" type="xs:float">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Quotation in percent</xs:documentation>
                  <xs:documentation xml:lang="de">Quotation in percent</xs:documentation>
                  <xs:documentation xml:lang="fr">Quotation dans percent</xs:documentation>
                  <xs:documentation xml:lang="nl">Quotation in percent</xs:documentation>
               </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="QuotationAmount" type="AmountType">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Amount of Quotation</xs:documentation>
                  <xs:documentation xml:lang="de">Betrag von Quotation</xs:documentation>
                  <xs:documentation xml:lang="fr">Montant de Quotation</xs:documentation>
                  <xs:documentation xml:lang="nl">Bedrag van Quotation</xs:documentation>
               </xs:annotation>
            </xs:element>
         </xs:choice>
      </xs:sequence>
   </xs:complexType>
</xs:element>