simpleType "CommissionDenominationEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"BPS"
 - 
The commission is expressed in basis points, in reference to the price referenced in the document.
"Percentage"
 - 
The commission is expressed as a percentage of the gross price referenced in the document.
"CentsPerShare"
 - 
The commission is expressed in cents per share.
"FixedAmount"
 - 
The commission is expressed as a absolute amount.

All Direct / Indirect Based Elements (1):
commissionDenomination
Known Usage Locations
Annotation
The unit in which a commission is denominated.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  CommissionDenominationEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"BPS"
 - 
The commission is expressed in basis points, in reference to the price referenced in the document.
"Percentage"
 - 
The commission is expressed as a percentage of the gross price referenced in the document.
"CentsPerShare"
 - 
The commission is expressed in cents per share.
"FixedAmount"
 - 
The commission is expressed as a absolute amount.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="CommissionDenominationEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="BPS"/>
<xsd:enumeration value="Percentage"/>
<xsd:enumeration value="CentsPerShare"/>
<xsd:enumeration value="FixedAmount"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.