XML Schema Documentation

Simple Type: FeeElectionEnum

[Table of contents]

Super-types: xsd:token < FeeElectionEnum (by restriction)
Sub-types: None
Name FeeElectionEnum
Content
  • Base XSD Type: token
  • value comes from list: {'FlatFee'|'AmortizedFee'|'FundingFee'|'FlatFeeAndFundingFee'|'AmortizedFeeAndFundingFee'}
Documentation Defines the fee type.
Diagram
Schema Component Representation
<xsd:simpleType name="FeeElectionEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="FlatFee"/>
<xsd:enumeration value="AmortizedFee"/>
<xsd:enumeration value="FundingFee"/>
<xsd:enumeration value="FlatFeeAndFundingFee"/>
<xsd:enumeration value="AmortizedFeeAndFundingFee"/>
</xsd:restriction>
</xsd:simpleType>