simpleType "OptionTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.xsd; see XML source
Used:
Simple Content Model
("Put" | "Call") | ("Payer" | "Receiver" | "Straddle")
All Direct / Indirect Based Elements (1):
optionType (defined in OptionBase complexType)
Known Usage Locations
Annotation
Specifies the type of the option.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (PutCallEnum | restriction of xsd:token)
  OptionTypeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "Payer"
     - 
    A payer option
    "Receiver"
     - 
    A receiver option
    "Straddle"
     - 
    A straddle strategy.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="OptionTypeEnum">
<xsd:union memberTypes="PutCallEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
<xsd:enumeration value="Straddle"/>
</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.