Documentation for CityGML

Complex Type: CityObjectGroupType

[Table of contents]

Super-types: gml:AbstractFeatureType < _CityObjectType (by extension) < CityObjectGroupType (by extension)
Sub-types: None
Name CityObjectGroupType
Used by (from the same schema document) Element CityObjectGroup
Abstract no
Documentation A group may be used to aggregate arbitrary CityObjects according to some user-defined criteria. Examples for groups are the buildings in a specific region, the result of a query, or objects put together for visualization purposes. Each group has a name (inherited from AbstractGMLType), functions (e.g., building group), a class and zero or more usages. A geometry may optionally be attached to a group, if the geometry of the whole group differs from the geometry of the parts. Each member of a group may be qualified by a role name, reflecting the role each cityObject plays in the context of the group. As subclass of _CityObject, a CityObjectGroup inherits all attributes and relations, in particular an id, names, external references, generic attributes and generalization relations. As CityObjectGroup itself is a CityObject, it may also contain groups.
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> xs:string </class> [0..1]
<function> xs:string </function> [0..*]
<usage> xs:string </usage> [0..*]
<groupMember> CityObjectGroupMemberType </groupMember> [0..*]
<parent> CityObjectGroupMemberType </parent> [0..1]
<geometry> gml:GeometryPropertyType </geometry> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CityObjectGroupType">
<xs:complexContent>
<xs:extension base=" _CityObjectType ">
<xs:sequence>
<xs:element name="class" type=" xs:string " minOccurs="0"/>
<xs:element name="function" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="usage" type=" xs:string " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="groupMember" type=" CityObjectGroupMemberType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="parent" type=" CityObjectGroupMemberType " minOccurs="0"/>
<xs:element name="geometry" type=" gml:GeometryPropertyType " minOccurs="0"/>
<xs:element ref=" _GenericApplicationPropertyOfCityObjectGroup " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>