Definition Type: ComplexType
Name: SolidArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
gml:SolidArrayPropertyType is 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 AbstractSolid in schema geometryprimitives_xsd Drilldown into owns in schema gmlbase_xsd Drilldown into OwnershipAttributeGroup in schema gmlbase_xsdXSD Diagram of SolidArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="SolidArrayPropertyType">
    <annotation>
        <documentation>gml:SolidArrayPropertyType is 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 minOccurs="0" maxOccurs="unbounded">
        <element ref="gml:AbstractSolid" />
    </sequence>
    <attributeGroup ref="gml:OwnershipAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractSolid gml:AbstractSolid (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
owns gml:owns false (Optional)
Collapse Derivation Tree:
Collapse References:
gml:solidArrayProperty, gml:solidMembers