geo:MultiCurveType
complexType MultiCurveType in namespace http://release.niem.gov/niem/adapters/geospatial/4.0/
Definition
A data type for a geometry collection that includes one or more curves or line strings. A gml:MultiCurve is defined by one or more gml:AbstractCurves. The members of the geometric aggregate may be specified either using the "standard" property (gml:curveMember) or the ar
Diagram
XML Schema
<xs:complexType name="MultiCurveType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a geometry collection that includes one or more curves or line strings. A gml:MultiCurve is defined by one or more gml:AbstractCurves. The members of the geometric aggregate may be specified either using the "standard" property (gml:curveMember) or the ar</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="gml:MultiCurve" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A gml:MultiCurve is defined by one or more gml:AbstractCurves. The members of the geometric aggregate may be specified either using the "standard" property (gml:curveMember) or the array property (gml:curveMembers). It is also valid to use both the "standard" and the array properties in the same collection.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>