type | restriction of SFFloat | ||||||||||||
properties |
|
||||||||||||
used by | |||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |