simpleType unitIntervalType
type restriction of SFFloat
properties
base SFFloat
used by
attributes Material/@ambientIntensity X3DLightNode/@ambientIntensity Sound/@intensity X3DLightNode/@intensity Sound/@priority Material/@shininess Material/@transparency X3DBackgroundNode/@transparency
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
appinfo
<xs:attribute name="defaultValue" type="unitIntervalType" default="0.0"/>
unitIntervalType value is an SFFloat ranging [0..1]
source <xs:simpleType name="unitIntervalType">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="unitIntervalType" default="0.0"/>
unitIntervalType value is an SFFloat ranging [0..1]
</xs:appinfo>
   
<xs:documentation source="_Evaluating the X3D Schema with semantic web tools_, Web3D 2012 Conference, Petit, Marc (EDF), Henry Boccon-Gibod (EDF), Mouton, Christophe (EDF)"/>
 
</xs:annotation>
 
<xs:restriction base="SFFloat">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>


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