XML Schema Documentation

Simple Type: SettlementTypeEnum

[Table of contents]

Super-types: None
Sub-types: None
Name SettlementTypeEnum
Content
  • Union of following types:
    • CashPhysicalEnum
    • Locally defined type:
      • Base XSD Type: token
      • value comes from list: {'Election'}
Documentation Shows how the transaction is to be settled when it is exercised.
Diagram
Schema Component Representation
<xsd:simpleType name="SettlementTypeEnum">
<xsd:union memberTypes=" CashPhysicalEnum ">
<xsd:simpleType>
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Election"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>