simpleType "QuotationStyleEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"PointsUpFront"
 - 
When quotation style is "PointsUpFront", the initialPoints element of the feeLeg should be populated.
"TradedSpread"
 - 
When quotation style is "TradedSpread", the marketFixedRate element of the feeLeg should be populated.
"Price"
 - 
When quotation style is "Price", the marketPrice element of the feeLeg should be populated.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indicates the actual quotation style of of PointsUpFront or TradedSpread that was used to quote this trade.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  QuotationStyleEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"PointsUpFront"
 - 
When quotation style is "PointsUpFront", the initialPoints element of the feeLeg should be populated.
"TradedSpread"
 - 
When quotation style is "TradedSpread", the marketFixedRate element of the feeLeg should be populated.
"Price"
 - 
When quotation style is "Price", the marketPrice element of the feeLeg should be populated.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="QuotationStyleEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PointsUpFront"/>
<xsd:enumeration value="TradedSpread"/>
<xsd:enumeration value="Price"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.