Documentation for fieldgml

Element: multiSurfaceProperty

[Table of contents]

Name multiSurfaceProperty
Type gml:MultiSurfacePropertyType
Nillable no
Abstract no
Documentation This property element either references a surface aggregate via the XLink-attributes or contains the "multi surface" element. multiSurfaceProperty 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 MultiSurface.
Application Data <sch:pattern name="Check either href or content not both">
<sch:rule context="gml:multiSurfaceProperty">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
Logical Diagram
h-1382029897
XML Instance Representation
<gml:multiSurfaceProperty
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:MultiSurface> ... </gml:MultiSurface> [1]
End Sequence
</gml:multiSurfaceProperty>
Diagram
h-1382029897 h-1617836024
Schema Component Representation
<element name="multiSurfaceProperty" type=" gml:MultiSurfacePropertyType "/>