simpleType zeroToOneType
namespace urn:tva:mpeg7:2005
type restriction of xs:float
properties
base float
facets
Kind Value Annotation
minInclusive 0.0
maxInclusive 1.0
source <xs:simpleType name="zeroToOneType">
 
<xs:restriction base="float">
   
<xs:minInclusive value="0.0"/>
   
<xs:maxInclusive value="1.0"/>
 
</xs:restriction>
</xs:simpleType>


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