simpleType "PutCallEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.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.
MinLength:
0

Known Direct Subtypes (3):
EquityOptionTypeEnum, ExerciseSideEnum, OptionTypeEnum
All Direct / Indirect Based Elements (9):
optionType (defined in EquityDerivativeBase complexType),
optionType (defined in OptionBase complexType),
Known Usage Locations
Annotation
Specifies whether the option is a call or a put.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      PutCallEnum
Derivation:
restriction of 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="Token">
<xsd:enumeration value="Put"/>
<xsd:enumeration value="Call"/>
</xsd:restriction>
</xsd:simpleType>

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