simpleType "BuyerConventionEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Protection"
 - 
the buyer of the product effectively buys protection.
"Risk"
 - 
the buyer of the product effectively buys risk (and, hence, sells protection).

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The purpose of this element is to disambiguate whether the buyer of the product effectively buys protection or whether he buys risk (and, hence, sells protection) in the case, such as high yields instruments, where no firm standard appears to exist at the execution level.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  BuyerConventionEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Protection"
 - 
the buyer of the product effectively buys protection.
"Risk"
 - 
the buyer of the product effectively buys risk (and, hence, sells protection).
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="BuyerConventionEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Protection"/>
<xsd:enumeration value="Risk"/>
</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.