simpleType between0and1
namespace http://www.harctoolbox.org/Girr
type restriction of xs:double
used by
attribute raw/@dutyCycle
facets
Kind Value annotation 
minExclusive 0.0 
maxExclusive 1.0 
annotation
documentation
Number between 0 and 1.
source <xs:simpleType name="between0and1">
 
<xs:annotation>
   
<xs:documentation>Number between 0 and 1.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:double">
   
<xs:minExclusive value="0.0"/>
   
<xs:maxExclusive value="1.0"/>
 
</xs:restriction>
</xs:simpleType>


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