Quotation
/FundsXML4/AssetMasterData/Asset/AssetDetails/Option/Quotation
Diagram
Documentation
EN
Quotation details
DE
Quotation details
FR
Quotation details
NL
Quotation details
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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
Price/Yield/Other Preis/Yield/Sonstig Prix/Yield/Autre Prijs/Yield/Overig |
Other | |
| xs:float |
Quotation in percent Quotation in percent Quotation dans percent Quotation in percent |
935.44 | |
| AmountType |
Amount of Quotation Betrag von Quotation Montant de Quotation Bedrag van Quotation |
Element Definition
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 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: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>