<xs:complexType name="IntBuildingInstallationPropertyType">
	<xs:annotation>
		<xs:documentation>Denotes the relation of an _AbstractBuilding to its interior building installations. The
			IntBuildingInstallationPropertyType element must either carry a reference to a IntBuildingInstallation object or contain a
			IntBuildingInstallation object inline, but neither both nor none. </xs:documentation>
	</xs:annotation>
	<xs:sequence minOccurs="0">
		<xs:element ref="IntBuildingInstallation"/>
	</xs:sequence>
	<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>