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