Definition Type: Element
Name: multiPointProperty
Namespace: http://www.opengis.net/gml
Type: gml:MultiPointPropertyType
Containing Schema: geometryAggregates.xsd
Abstract False
Documentation:
<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron"> <sch:rule context="gml:multiPointProperty"> <sch:extends rule="hrefOrContent" /> </sch:rule> </sch:pattern> 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 remoteSchema Drilldown into actuate Drilldown into show Drilldown into title Drilldown into arcrole Drilldown into role Drilldown into href Drilldown into type Drilldown into MultiPoint Drilldown into MultiPointPropertyTypeXSD Diagram of multiPointProperty
Collapse XSD Schema Code:
<element name="multiPointProperty" type="gml:MultiPointPropertyType">
    <annotation>
        <appinfo>
            <sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
                <sch:rule context="gml:multiPointProperty">
                    <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 (1) (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:
Collapse Comments:
blog comments powered by Disqus