Documentation for CityGML

Complex Type: IntBuildingInstallationPropertyType

[Table of contents]

Super-types: gml:AssociationType < IntBuildingInstallationPropertyType (by restriction)
Sub-types: None
Name IntBuildingInstallationPropertyType
Used by (from the same schema document) Complex Type _AbstractBuildingType , Complex Type RoomType
Abstract no
Documentation Denotes the relation of an AbstractBuilding or a room to its interior building installations. The gml:AssociationType attribute group for enabling the use of refs is not repeated in the restriction and thus omitted. The building installation has to be given inline, i.e. explicitely in this property. The reason for this inline definition is that no installation of a building is used by more than one building, thus the use or references to building installations defined elsewhere is prohibited.
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]">
</...>
Diagram
Schema Component Representation
<xs:complexType name="IntBuildingInstallationPropertyType">
<xs:complexContent>
<xs:restriction base=" gml:AssociationType ">
<xs:sequence>
<xs:element ref=" IntBuildingInstallation "/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>