Definition Type: ComplexType
Name: SurfaceArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryBasic2d.xsd
Abstract
Documentation:
gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.
Collapse XSD Schema Diagram:
Drilldown into AbstractSurface in schema geometrybasic2d_xsd Drilldown into owns in schema gmlbase_xsd Drilldown into OwnershipAttributeGroup in schema gmlbase_xsdXSD Diagram of SurfaceArrayPropertyType in schema geometrybasic2d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="SurfaceArrayPropertyType">
    <annotation>
        <documentation>gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.</documentation>
    </annotation>
    <sequence minOccurs="0" maxOccurs="unbounded">
        <element ref="gml:AbstractSurface" />
    </sequence>
    <attributeGroup ref="gml:OwnershipAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractSurface gml:AbstractSurface (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
owns gml:owns false (Optional)
Collapse Derivation Tree:
Collapse References:
gml:surfaceArrayProperty, gml:surfaceMembers