Documentation for CityGML

Complex Type: InteriorRoomPropertyType

[Table of contents]

Super-types: gml:AssociationType < InteriorRoomPropertyType (by restriction)
Sub-types: None
Name InteriorRoomPropertyType
Used by (from the same schema document) Complex Type _AbstractBuildingType
Abstract no
Documentation Denotes the relation of an AbstractBuilding to its rooms. The gml:AssociationType attribute group for enabling the use of refs is not repeated in the restriction and thus omitted. The room has to be given inline within this property, not by reference.
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]">
<Room> ... </Room> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="InteriorRoomPropertyType">
<xs:complexContent>
<xs:restriction base=" gml:AssociationType ">
<xs:sequence>
<xs:element ref=" Room "/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>