Documentation for fieldgml

Complex Type: SurfaceArrayPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name SurfaceArrayPropertyType
Abstract no
Documentation A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
XML Instance Representation
<...>
<gml:_Surface> ... </gml:_Surface> [0..*]
</...>
Diagram
h-859743951
Schema Component Representation
<complexType name="SurfaceArrayPropertyType">
<sequence>
<element ref=" gml:_Surface " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>