Documentation for CityGML

Complex Type: InteriorFurniturePropertyType

[Table of contents]

Super-types: gml:AssociationType < InteriorFurniturePropertyType (by restriction)
Sub-types: None
Name InteriorFurniturePropertyType
Used by (from the same schema document) Complex Type RoomType
Abstract no
Documentation Denotes the relation of a room to its interior furnitures (movable). The gml:AssociationType attribute group for enabling the use of refs is not repeated in the restriction and thus omitted. The BuildingFurniture 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]">
</...>
Diagram
Schema Component Representation
<xs:complexType name="InteriorFurniturePropertyType">
<xs:complexContent>
<xs:restriction base=" gml:AssociationType ">
<xs:sequence>
<xs:element ref=" BuildingFurniture "/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>