Documentation for CityGML

Complex Type: WaterBodyType

[Table of contents]

Super-types: gml:AbstractFeatureType < _CityObjectType (by extension) < _WaterObjectType (by extension) < WaterBodyType (by extension)
Sub-types: None
Name WaterBodyType
Used by (from the same schema document) Element WaterBody
Abstract no
Documentation Type describing Water Bodies, e.g., lakes, rivers. As subclass of _CityObject, a WaterBody inherits all attributes and relations, in particular an id, names, external references, generic attributes and generalization relations.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:boundedBy> ... </gml:boundedBy> [0..1]
<gml:location> ... </gml:location> [0..1]

'deprecated in GML version 3.1'

<creationDate> xs:date </creationDate> [0..1]
<terminationDate> xs:date </terminationDate> [0..1]
<externalReference> ExternalReferenceType </externalReference> [0..*]
<generalizesTo> GeneralizationRelationType </generalizesTo> [0..*]
<class> WaterBodyClassType </class> [0..1]
<function> WaterBodyFunctionType </function> [0..*]
<usage> WaterBodyUsageType </usage> [0..*]
<lod0MultiCurve> gml:MultiCurvePropertyType </lod0MultiCurve> [0..1]
<lod0MultiSurface> gml:MultiSurfacePropertyType </lod0MultiSurface> [0..1]
<lod1MultiCurve> gml:MultiCurvePropertyType </lod1MultiCurve> [0..1]
<lod1MultiSurface> gml:MultiSurfacePropertyType </lod1MultiSurface> [0..1]
<lod1Solid> gml:SolidPropertyType </lod1Solid> [0..1]
<lod2Solid> gml:SolidPropertyType </lod2Solid> [0..1]
<lod3Solid> gml:SolidPropertyType </lod3Solid> [0..1]
<lod4Solid> gml:SolidPropertyType </lod4Solid> [0..1]
<boundedBy> BoundedByWaterSurfacePropertyType </boundedBy> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="WaterBodyType">
<xs:complexContent>
<xs:extension base=" _WaterObjectType ">
<xs:sequence>
<xs:element name="class" type=" WaterBodyClassType " minOccurs="0"/>
<xs:element name="function" type=" WaterBodyFunctionType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="usage" type=" WaterBodyUsageType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="lod0MultiCurve" type=" gml:MultiCurvePropertyType " minOccurs="0"/>
<xs:element name="lod0MultiSurface" type=" gml:MultiSurfacePropertyType " minOccurs="0"/>
<xs:element name="lod1MultiCurve" type=" gml:MultiCurvePropertyType " minOccurs="0"/>
<xs:element name="lod1MultiSurface" type=" gml:MultiSurfacePropertyType " minOccurs="0"/>
<xs:element name="lod1Solid" type=" gml:SolidPropertyType " minOccurs="0"/>
<xs:element name="lod2Solid" type=" gml:SolidPropertyType " minOccurs="0"/>
<xs:element name="lod3Solid" type=" gml:SolidPropertyType " minOccurs="0"/>
<xs:element name="lod4Solid" type=" gml:SolidPropertyType " minOccurs="0"/>
<xs:element name="boundedBy" type=" BoundedByWaterSurfacePropertyType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" _GenericApplicationPropertyOfWaterBody " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>