intensityType

Simple Type Information

Used By

Source

<xs:simpleType name="intensityType">
  <xs:annotation>
    <xs:appinfo>intensityType values are floats 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>