simpleType Float
namespace http://www.mostcooperation.com
type xs:float
properties
base xs:float
used by
attributes FloatValueRange/@Max FloatValueRange/@Min
annotation
documentation
Used for checking range limits when the MOST data type Float is used.
source <xs:simpleType name="Float">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Float is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:float"/>
</xs:simpleType>