Definition Type: ComplexType
Name: MultiPointType
Namespace: http://www.opengis.net/gml
Type: gml:GeometryCollectionType
Containing Schema: geometry.xsd
Abstract False
Documentation:
A MultiPoint is defined by one or more Points, referenced through pointMember elements.
Collapse XSD Schema Diagram:
Drilldown into srsName Drilldown into gid Drilldown into pointMember Drilldown into geometryMember Drilldown into srsName Drilldown into gid Drilldown into srsName Drilldown into gid Drilldown into AbstractGeometryType Drilldown into AbstractGeometryCollectionBaseType Drilldown into GeometryCollectionTypeXSD Diagram of MultiPointType
Collapse XSD Schema Code:
<complexType name="MultiPointType">
    <annotation>
        <documentation>

        A MultiPoint is defined by one or more Points, referenced through 

        pointMember elements.

      </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:GeometryCollectionType">
            <sequence>
                <element ref="gml:pointMember" maxOccurs="unbounded" />
            </sequence>
            <attribute name="gid" type="ID" use="optional" />
            <attribute name="srsName" type="anyURI" use="required" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
geometryMember gml:geometryMember (1) unbounded
pointMember gml:pointMember (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
gid gml:gid Optional
srsName gml:srsName Required
Collapse Derivation Tree:
Collapse References:
gml:MultiPoint
Collapse Comments:
blog comments powered by Disqus