Documentation for CityGML

Simple Type: doubleBetween0and1

[Table of contents]

Super-types: xs:double < doubleBetween0and1 (by restriction)
Sub-types: None
Name doubleBetween0and1
Used by (from the same schema document) Complex Type MaterialType , Complex Type MaterialType , Complex Type MaterialType , Complex Type X3DMaterialType , Complex Type X3DMaterialType , Complex Type X3DMaterialType
Content
  • Base XSD Type: double
  • 0 <= value <= 1
Documentation Type for values, which are greater or equal than 0 and less or equal than 1. Used for color encoding, for example.
Diagram
Schema Component Representation
<xs:simpleType name="doubleBetween0and1">
<xs:restriction base=" xs:double ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>