simpleType "SettlementTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
("Cash" | "Physical") | "Election"
All Direct / Indirect Based Elements (3):
settlementType (defined in EquityExerciseValuationSettlement complexType),
settlementType (defined in OptionSettlement.model group),
settlementType (in optionExercise)
Known Usage Locations
Annotation
Shows how the transaction is to be settled when it is exercised.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (CashPhysicalEnum | restriction of xsd:token)
  SettlementTypeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "Election"
     - 
    Allow Election of either Cash or Physical settlement
XML Source (w/o annotations (2); see within schema source)
<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>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.