QuoteType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/QuoteType

Diagram

QuoteType

Documentation

EN

PerUnit/Percent/Permille/Pips/Points/Other

DE

PerUnit/Percent/Permille/Pips/Points/Sonstig

FR

PerUnit/Percent/Permille/Pips/Points/Autre

NL

PerUnit/Percent/Permille/Pips/Points/Otro

ES

PerUnit/Percent/Permille/Pips/Puntos/Otro

IT

Per Unità/Percentuale/Permille/Pip/Punti/Altro

CS

PerUnit/Percent/Permille/Pips/Points/Other

HU

PerUnit/Percent/Permille/Pips/Points/Other

Properties

Type
xs:string
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
Sample Data
Percent
Restrictions
Base: xs:string
Enumeration:
  • PerUnit
  • Percent
  • Permille
  • Pips
  • Points
  • Other

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="QuoteType">
   <xs:annotation>
      <xs:documentation xml:lang="en">PerUnit/Percent/Permille/Pips/Points/Other</xs:documentation>
      <xs:documentation xml:lang="de">PerUnit/Percent/Permille/Pips/Points/Sonstig</xs:documentation>
      <xs:documentation xml:lang="fr">PerUnit/Percent/Permille/Pips/Points/Autre</xs:documentation>
      <xs:documentation xml:lang="nl">PerUnit/Percent/Permille/Pips/Points/Otro</xs:documentation>
      <xs:documentation xml:lang="es">PerUnit/Percent/Permille/Pips/Puntos/Otro</xs:documentation>
      <xs:documentation xml:lang="it">Per Unità/Percentuale/Permille/Pip/Punti/Altro</xs:documentation>
      <xs:documentation xml:lang="cs">PerUnit/Percent/Permille/Pips/Points/Other</xs:documentation>
      <xs:documentation xml:lang="hu">PerUnit/Percent/Permille/Pips/Points/Other</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="PerUnit"/>
         <xs:enumeration value="Percent"/>
         <xs:enumeration value="Permille"/>
         <xs:enumeration value="Pips"/>
         <xs:enumeration value="Points"/>
         <xs:enumeration value="Other"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>