Definition Type: Element
Name: multiPointProperty
Namespace: http://www.opengis.net/gml
Type: gml:MultiPointPropertyType
Containing Schema: geometryAggregates.xsd
Abstract
Documentation:
This property element either references a point aggregate via the XLink-attributes or contains the "multi point" element. multiPointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for MultiPoint.
Collapse XSD Schema Diagram:
Drilldown into MultiPoint in schema geometryaggregates_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into AssociationAttributeGroup in schema gmlbase_xsd Drilldown into MultiPointPropertyType in schema geometryaggregates_xsdXSD Diagram of multiPointProperty in schema geometryaggregates_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="multiPointProperty" type="gml:MultiPointPropertyType">
    <annotation>
        <appinfo>
            <sch:pattern xmlns:sch="http://www.ascc.net/xml/schematron">
                <sch:rule context="gml:multiGeometryProperty">
                    <sch:extends rule="hrefOrContent" />
                </sch:rule>
            </sch:pattern>
        </appinfo>
        <documentation>This property element either references a point aggregate via the XLink-attributes or contains the "multi point" element. multiPointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for MultiPoint.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MultiPoint gml:MultiPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href (Optional)
role xlink:role (Optional)
arcrole xlink:arcrole (Optional)
title xlink:title (Optional)
show xlink:show (Optional)
actuate xlink:actuate (Optional)
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree: