Documentation for fieldgml

Element: baseSurface

[Table of contents]

Name baseSurface
Type gml:SurfacePropertyType
Nillable no
Abstract no
Documentation This property element either references a surface via the XLink-attributes or contains the surface element. A surface element is any element which is substitutable for "_Surface".
Application Data <sch:pattern name="Check either href or content not both">
<sch:rule context="gml:baseSurface">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
Logical Diagram
h-859743951
XML Instance Representation
<gml:baseSurface
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:_Surface> ... </gml:_Surface> [1]
End Sequence
</gml:baseSurface>
Diagram
h-859743951
Schema Component Representation
<element name="baseSurface" type=" gml:SurfacePropertyType "/>