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