simpleType "PutCallEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Put"
 - 
A put option gives the holder the right to sell the underlying asset by a certain date for a certain price.
"Call"
 - 
A call option gives the holder the right to buy the underlying asset by a certain date for a certain price.

Known Direct Subtypes (2):
EquityOptionTypeEnum, OptionTypeEnum
All Direct / Indirect Based Elements (7):
optionType (defined in EquityDerivativeBase complexType),
optionType (defined in GenericProduct complexType),
optionType (defined in OptionBase complexType),
optionType (in commodityOption),
Known Usage Locations
Annotation
Specifies whether the option is a call or a put.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PutCallEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Put"
 - 
A put option gives the holder the right to sell the underlying asset by a certain date for a certain price.
"Call"
 - 
A call option gives the holder the right to buy the underlying asset by a certain date for a certain price.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="PutCallEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Put"/>
<xsd:enumeration value="Call"/>
</xsd:restriction>
</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.