XML Schema Documentation

Simple Type: AveragingInOutEnum

[Table of contents]

Super-types: xsd:token < AveragingInOutEnum (by restriction)
Sub-types: None
Name AveragingInOutEnum
Content
  • Base XSD Type: token
  • value comes from list: {'In'|'Out'|'Both'}
Documentation The type of averaging used in an Asian option.
Diagram
Schema Component Representation
<xsd:simpleType name="AveragingInOutEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="In"/>
<xsd:enumeration value="Out"/>
<xsd:enumeration value="Both"/>
</xsd:restriction>
</xsd:simpleType>