Definition Type: ComplexType
Name: SolidArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into _Solid in schema geometryprimitives_xsdXSD Diagram of SolidArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="SolidArrayPropertyType">
    <annotation>
        <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.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:_Solid" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Solid gml:_Solid 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:solidArrayPropertygml:solidMembers,