simpleType "ExerciseActionEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"FullExercise"
 - 
The option was or is to be exercised fully.
"PartialExercise"
 - 
The option was or is to be exercised partially. The amount of the exercise is specified elsewhere in the document than in the exercise amount; for example, in the case of a physical exercise the size of the resulting trade is the same as the amount that was exercise, so if it is specified it is not necessary to specify the amount of the partial exercise.
"Abandon"
 - 
The option was or is to be allowed to expire without being exercised, i.e. it is being abandoned.
MinLength:
0

All Direct / Indirect Based Elements (1):
exerciseAction
Known Usage Locations
Annotation
The specification of whether an OTC option will be exercised.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      ExerciseActionEnum
Derivation:
restriction of Token
Facets:
enumeration:
"FullExercise"
 - 
The option was or is to be exercised fully.
"PartialExercise"
 - 
The option was or is to be exercised partially. The amount of the exercise is specified elsewhere in the document than in the exercise amount; for example, in the case of a physical exercise the size of the resulting trade is the same as the amount that was exercise, so if it is specified it is not necessary to specify the amount of the partial exercise.
"Abandon"
 - 
The option was or is to be allowed to expire without being exercised, i.e. it is being abandoned.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="ExerciseActionEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="FullExercise"/>
<xsd:enumeration value="PartialExercise"/>
<xsd:enumeration value="Abandon"/>
</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.