<complexType name="MultiLineStringType">
<annotation>
<documentation>
A MultiLineString is defined by one or more LineStrings, referenced
through lineStringMember elements.
</documentation>
</annotation>
<complexContent>
<restriction base="gml:GeometryCollectionType">
<sequence>
<element ref="gml:lineStringMember" maxOccurs="unbounded" />
</sequence>
<attribute name="gid" type="ID" use="optional" />
<attribute name="srsName" type="anyURI" use="required" />
</restriction>
</complexContent>
</complexType>
|