ComplexTypegml:MultiCurveType
gml:MultiCurveType
定義
線の集まりを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:curveMembers
gml:CurveArrayPropertyType [0..1]
XMLスキーマ
<complexType name="MultiCurveType">
	<annotation>
		<documentation>A MultiCurve is defined by one or more Curves, referenced through curveMember elements.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractGeometricAggregateType">
			<sequence>
				<annotation>
					<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection.
OTE: Array properties cannot reference remote geometry elements.</documentation>
				</annotation>
				<element ref="gml:curveMember" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="gml:curveMembers" minOccurs="0"/>
			</sequence>
		</extension>
	</complexContent>
</complexType>