Quotation

/FundsXML4/AssetMasterData/Asset/AssetDetails/Option/Quotation

Diagram

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

Documentation

EN

Quotation details

DE

Quotation details

FR

Quotation details

NL

Quotation details

ES

Quotation detalles

IT

Dettagli del preventivo

CS

Quotation details

HU

Quotation details

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
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/Otro

Precio/Rendimiento/Otro

Prezzo/Rendimento/Altro

Price/Yield/Other

Price/Yield/Other

Price
xs:float

Quotation in percent

Quotation in percent

Quotation dans percent

Quotation in percent

Quotation y percent

Citazione in percentuale

Quotation in percent

Quotation in percent

984.44
AmountType

Amount of Quotation

Betrag von Quotation

Montant de Quotation

Bedrag van Quotation

Importe el Quotation

Importo della quotazione

Amount of Quotation

Amount of Quotation

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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 details</xs:documentation>
      <xs:documentation xml:lang="de">Quotation details</xs:documentation>
      <xs:documentation xml:lang="fr">Quotation details</xs:documentation>
      <xs:documentation xml:lang="nl">Quotation details</xs:documentation>
      <xs:documentation xml:lang="es">Quotation detalles</xs:documentation>
      <xs:documentation xml:lang="it">Dettagli del preventivo</xs:documentation>
      <xs:documentation xml:lang="cs">Quotation details</xs:documentation>
      <xs:documentation xml:lang="hu">Quotation details</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/Otro</xs:documentation>
               <xs:documentation xml:lang="es">Precio/Rendimiento/Otro</xs:documentation>
               <xs:documentation xml:lang="it">Prezzo/Rendimento/Altro</xs:documentation>
               <xs:documentation xml:lang="cs">Price/Yield/Other</xs:documentation>
               <xs:documentation xml:lang="hu">Price/Yield/Other</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:documentation xml:lang="es">Quotation y percent</xs:documentation>
                  <xs:documentation xml:lang="it">Citazione in percentuale</xs:documentation>
                  <xs:documentation xml:lang="cs">Quotation in percent</xs:documentation>
                  <xs:documentation xml:lang="hu">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:documentation xml:lang="es">Importe el Quotation</xs:documentation>
                  <xs:documentation xml:lang="it">Importo della quotazione</xs:documentation>
                  <xs:documentation xml:lang="cs">Amount of Quotation</xs:documentation>
                  <xs:documentation xml:lang="hu">Amount of Quotation</xs:documentation>
               </xs:annotation>
            </xs:element>
         </xs:choice>
      </xs:sequence>
   </xs:complexType>
</xs:element>