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