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):
quotationStyle
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 DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.