Definition Type: ComplexType
Name: AbstractSolidType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometricPrimitiveType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
An abstraction of a solid to support the different levels of complexity. A solid is always contiguous.
Collapse XSD Schema Diagram:
Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricPrimitiveType in schema geometrybasic0d1d_xsdXSD Diagram of AbstractSolidType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractSolidType">
    <annotation>
        <documentation>
				An abstraction of a solid to support the different levels of complexity. A solid is always contiguous.
			</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricPrimitiveType" />
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:_Solidgml:CompositeSolidType, gml:SolidType,