XML Schema Documentation

Simple Type: PremiumTypeEnum

[Table of contents]

Super-types: xsd:token < PremiumTypeEnum (by restriction)
Sub-types: None
Name PremiumTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'PrePaid'|'PostPaid'|'Variable'|'Fixed'}
Documentation Premium Type for Forward Start Equity Option
Diagram
Schema Component Representation
<xsd:simpleType name="PremiumTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="PrePaid"/>
<xsd:enumeration value="PostPaid"/>
<xsd:enumeration value="Variable"/>
<xsd:enumeration value="Fixed"/>
</xsd:restriction>
</xsd:simpleType>