namespace | http://www.fixm.aero/base/4.1 | |||||||||
type | restriction of decimal | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <simpleType name="DecimalIndexType"> <annotation> <documentation> Generic decimal fraction expressed to tenths, used as scaling or comparison factor. [FIXM] </documentation> </annotation> <restriction base="xs:decimal"> <totalDigits value="4"/> <fractionDigits value="1"/> </restriction> </simpleType> |