Quotation
/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/Quotation
Diagram
Documentation
EN
Quotation
DE
Quotation
FR
Quotation
NL
Quotation
ES
Quotation
IT
Preventivo
CS
Quotation
HU
Quotation
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
| 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 |
868.39 | |
| 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
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</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:documentation xml:lang="es">Quotation</xs:documentation>
<xs:documentation xml:lang="it">Preventivo</xs:documentation>
<xs:documentation xml:lang="cs">Quotation</xs:documentation>
<xs:documentation xml:lang="hu">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/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>