ComplexTypetran:AuxiliaryTrafficAreaPropertyType
tran:AuxiliaryTrafficAreaPropertyType
定義
tran:AuxiliaryTrafficAreaを参照するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:complexType name="AuxiliaryTrafficAreaPropertyType">
	<xs:annotation>
		<xs:documentation>Denotes the relation of TransportationComplex to its parts, which are auxiliary traffic areas. The
			TrafficAreaPropertyType element must either carry a reference to a TrafficArea object or contain a TrafficArea object
			inline, but neither both nor none. </xs:documentation>
	</xs:annotation>
	<xs:sequence minOccurs="0">
		<xs:element ref="AuxiliaryTrafficArea"/>
	</xs:sequence>
	<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>