ComplexTypebrid:InteriorFurniturePropertyType
brid:InteriorFurniturePropertyType
定義
brid:BridgeFurnitureを参照するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:complexType name="InteriorFurniturePropertyType">
	<xs:annotation>
		<xs:documentation>Denotes the relation of a BridgeRoom to its interior bridge furniture. The
			InteriorBridgeFurniturePropertyType element must either carry a reference to an BridgeFurniture object or contain an
			BridgeFurniture object inline, but neither both nor none.</xs:documentation>
	</xs:annotation>
	<xs:sequence minOccurs="0">
		<xs:element ref="BridgeFurniture"/>
	</xs:sequence>
	<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>