| FixML 4.4 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 12 October 2007 |
| Definition Type | Simple Type |
| Name | Percentage |
| Namespace | http://www.fixprotocol.org/FIXML-4-4 |
| Documentation | decimal representing a percentage (e.g. .05 represents 5% and .9525 represents 95.25%). Note the number of decimal places may vary. |
| XSD Schema | fixml-datatypes-4-4.xsd |
|
|
|
|
|
|
|
|
|
<xs:simpleType name="Percentage" >
<xs:annotation> <xs:documentation> decimal representing a percentage (e.g. .05 represents 5% and .9525 represents 95.25%). Note the number of decimal places may vary. </xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |
|