Documentation for fieldgml

Complex Type: SolidArrayPropertyType

[Table of contents]

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