XML Schema Documentation

Simple Type: ReturnTypeEnum

[Table of contents]

Super-types: xsd:token < ReturnTypeEnum (by restriction)
Sub-types: None
Name ReturnTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Dividend'|'Price'|'Total'}
Documentation The type of return associated with the equity swap.
Diagram
Schema Component Representation
<xsd:simpleType name="ReturnTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Dividend"/>
<xsd:enumeration value="Price"/>
<xsd:enumeration value="Total"/>
</xsd:restriction>
</xsd:simpleType>