FixingType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/FixingType

Diagram

FixingType

Documentation

EN

Delivery/Fixed/Cash

DE

Delivery/Fixed/Cash

FR

Delivery/Fixed/Cash

NL

Delivery/Fixed/Cash

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
Restrictions
Base: xs:string
Enumeration:
  • Delivery
  • Fixed
  • Cash

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="FixingType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Delivery/Fixed/Cash</xs:documentation>
      <xs:documentation xml:lang="de">Delivery/Fixed/Cash</xs:documentation>
      <xs:documentation xml:lang="fr">Delivery/Fixed/Cash</xs:documentation>
      <xs:documentation xml:lang="nl">Delivery/Fixed/Cash</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Delivery"/>
         <xs:enumeration value="Fixed"/>
         <xs:enumeration value="Cash"/>
         <xs:enumeration value=""/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>