Documentation for CityGML

Simple Type: WaterLevelType

[Table of contents]

Super-types: xs:string < WaterLevelType (by restriction)
Sub-types: None
Name WaterLevelType
Used by (from the same schema document) Complex Type WaterSurfaceType
Content
  • Base XSD Type: string
Documentation Type for the specification of the level of a water surface. The optional attribute waterLevel of a WaterSurface can be used to describe the water level, for which the given 3D surface geometry was acquired. This is especially important, when the water body is influenced by the tide. The values of this type are defined in the XML file CityGML_ExternalCodeLists.xml, according to the dictionary concept of GML3.
Diagram
Schema Component Representation
<xs:simpleType name="WaterLevelType">
<xs:restriction base=" xs:string "/>
</xs:simpleType>