Documentation for CityGML

Simple Type: ColorPlusOpacity

[Table of contents]

Super-types: doubleBetween0and1List (by restriction) < ColorPlusOpacity (by restriction)
Sub-types: None
Name ColorPlusOpacity
Used by (from the same schema document) Complex Type AbstractTextureType
Content
  • length >= 3
Documentation List of three or four values (red, green, blue, opacity), separated by spaces. The values must be in the range between zero and one. If no opacity is given, it is assumed as 1.0.
Diagram
Schema Component Representation
<xs:simpleType name="ColorPlusOpacity">
<xs:restriction base=" doubleBetween0and1List ">
<xs:minLength value="3"/>
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>