simpleType TransportIndexType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:DecimalIndexType
properties
base fb:DecimalIndexType
used by
element RadioactiveMaterialType/transportIndex
facets
Kind Value Annotation
minInclusive 0.0
maxInclusive 50.0
totalDigits 4
fractionDigits 1
annotation
documentation
A figure representing the radiation level measured at one meter from the package.
source <xs:simpleType name="TransportIndexType">
 
<xs:annotation>
   
<xs:documentation>A figure representing the radiation level measured at one meter from the package.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:DecimalIndexType">
   
<xs:fractionDigits value="1"/>
   
<xs:maxInclusive value="50.0"/>
   
<xs:minInclusive value="0.0"/>
   
<xs:totalDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>


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