XML Schema Documentation

Simple Type: ExerciseStyleEnum

[Table of contents]

Super-types: xsd:token < ExerciseStyleEnum (by restriction)
Sub-types: None
Name ExerciseStyleEnum
Content
  • Base XSD Type: token
  • value comes from list: {'American'|'Bermuda'|'European'}
Documentation The specification of how an OTC option will be exercised.
Diagram
Schema Component Representation
<xsd:simpleType name="ExerciseStyleEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="American"/>
<xsd:enumeration value="Bermuda"/>
<xsd:enumeration value="European"/>
</xsd:restriction>
</xsd:simpleType>