simpleType "PutCallEnum"
Namespace:
Defined:
Used:
at 10 locations
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 (3):
EquityOptionTypeEnum, ExerciseSideEnum, OptionTypeEnum
All Direct / Indirect Based Elements (12):
exerciseSide (defined in OptionExercise complexType),
optionType (defined in EquityDerivativeBase complexType),
optionType (defined in OptionBase complexType),
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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.