Documentation for CityGML

Complex Type: GeneralizationRelationType

[Table of contents]

Super-types: gml:AssociationType < GeneralizationRelationType (by restriction)
Sub-types: None
Name GeneralizationRelationType
Used by (from the same schema document) Complex Type _CityObjectType
Abstract no
Documentation Denotes the relation of an CityObject to its corresponding CityObject in higher LoD, i.e. to the CityObjects representing the same real world object in higher LoD.
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]
<gml:_Feature> ... </gml:_Feature> [1]
End Sequence
</...>
Diagram
Schema Component Representation
<xs:complexType name="GeneralizationRelationType">
<xs:complexContent>
<xs:restriction base=" gml:AssociationType ">
<xs:sequence minOccurs="0">
<xs:element ref=" gml:_Feature "/>
</xs:sequence>
<xs:attributeGroup ref=" gml:AssociationAttributeGroup "/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>