simpleType CriticalSafetyIndexType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:DecimalIndexType
properties
base fb:DecimalIndexType
used by
element RadioactiveMaterialType/criticalSafetyIndex
facets
Kind Value Annotation
minInclusive 0.0
maxInclusive 100.0
totalDigits 4
fractionDigits 1
annotation
documentation
The dimensionless number (rounded up to the next tenth) assigned to and placed on the label of a fissile material package to designate the degree of control of accumulation of packages containing fissile material during transportation.
source <xs:simpleType name="CriticalSafetyIndexType">
 
<xs:annotation>
   
<xs:documentation>The dimensionless number (rounded up to the next tenth) assigned to and placed on the label of a fissile material package to designate the degree of control of accumulation of packages containing fissile material during transportation.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:DecimalIndexType">
   
<xs:fractionDigits value="1"/>
   
<xs:maxInclusive value="100.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