simpleType DecimalIndexType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:decimal
properties
base xs:decimal
used by
simpleTypes CriticalSafetyIndexType TransportIndexType
facets
Kind Value Annotation
totalDigits 4
fractionDigits 1
annotation
documentation
Generic decimal fraction expressed to tenths, used as scaling or comparison factor. [FIXM]
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy