Documentation for fieldgml

Element: multiGeometryProperty

[Table of contents]

Name multiGeometryProperty
Type gml:MultiGeometryPropertyType
Nillable no
Abstract no
Documentation This property element either references a geometric aggregate via the XLink-attributes or contains the "multi geometry" element. multiGeometryProperty 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 _GeometricAggregate.
Application Data <sch:pattern name="Check either href or content not both">
<sch:rule context="gml:multiGeometryProperty">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
Logical Diagram
h-113595526
XML Instance Representation
<gml:multiGeometryProperty
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
<gml:_GeometricAggregate> ... </gml:_GeometricAggregate> [1]
End Sequence
</gml:multiGeometryProperty>
Diagram
h-113595526 h-1617836024
Schema Component Representation
<element name="multiGeometryProperty" type=" gml:MultiGeometryPropertyType "/>