Documentation for CityGML

Complex Type: BoundedByWaterSurfacePropertyType

[Table of contents]

Super-types: gml:AssociationType < BoundedByWaterSurfacePropertyType (by restriction)
Sub-types: None
Name BoundedByWaterSurfacePropertyType
Used by (from the same schema document) Complex Type WaterBodyType
Abstract no
Documentation A type for a property of a Water Body denoting its boundary, which is a water surface. Since an attribute group for enabling the use of references is provided, the relation may be given by a reference to a WaterBoundarySurface defined elsewhere or by the inline definition of a WaterBoundarySurface.
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]"
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
End Sequence
</...>
Diagram
Schema Component Representation
<xs:complexType name="BoundedByWaterSurfacePropertyType">
<xs:complexContent>
<xs:restriction base=" gml:AssociationType ">
<xs:sequence minOccurs="0">
<xs:element ref=" _WaterBoundarySurface "/>
</xs:sequence>
<xs:attributeGroup ref=" gml:AssociationAttributeGroup "/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>