XML Schema Documentation

Simple Type: DividendPeriodEnum

[Table of contents]

Super-types: xsd:token < DividendPeriodEnum (by restriction)
Sub-types: None
Name DividendPeriodEnum
Content
  • Base XSD Type: token
  • value comes from list: {'FirstPeriod'|'SecondPeriod'}
Documentation Defines the First Period or the Second Period, as specified in the 2002 ISDA Equity Derivatives Definitions.
Diagram
Schema Component Representation
<xsd:simpleType name="DividendPeriodEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="FirstPeriod"/>
<xsd:enumeration value="SecondPeriod"/>
</xsd:restriction>
</xsd:simpleType>