<complexType name="MultiCurveType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">geometryAggregates.xsd</appinfo>
<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 using the "standard" property.</documentation>
</annotation>
<element ref="gml:curveMember" minOccurs="0" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|