Quotation

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

Diagram

Quotation Quotation QuotationType (anonymous) 0..1 CHOICE (container)

Documentation

Quotation

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/AssetMasterData/.../QuotationType (anonymous)

Price/Yield/Other

Price
/AssetMasterData/.../CHOICE_32420 (container)

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Quotation">
   <xs:annotation>
      <xs:documentation>Quotation</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="QuotationType">
            <xs:annotation>
               <xs:documentation>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>Quotation in percent</xs:documentation>
               </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="QuotationAmount" type="AmountType">
               <xs:annotation>
                  <xs:documentation>Amount of Quotation</xs:documentation>
               </xs:annotation>
            </xs:element>
         </xs:choice>
      </xs:sequence>
   </xs:complexType>
</xs:element>