QuoteType
/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/QuoteType
Diagram
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/Overig
Properties
- Type
- xs:string
- 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
- Sample Data
- Pips
- Restrictions
- Base: xs:string
Enumeration:PerUnitPercentPermillePipsPointsOther
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="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/Overig</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>