simpleType probabilityVector
namespace urn:tva:mpeg7:2005
type list of (restriction of xs:float)
source <xs:simpleType name="probabilityVector">
 
<xs:list>
   
<xs:simpleType>
     
<xs:restriction base="float">
       
<xs:minInclusive value="0.0"/>
       
<xs:maxInclusive value="1.0"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:list>
</xs:simpleType>


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