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