Definition Type: ComplexType
Name: CompositeSolidType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSolidType
Containing Schema: geometryComplexes.xsd
Abstract
Documentation:
A composite solid is a geometry type with all the geometric properties of a (primitive) solid. Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid.
Collapse XSD Schema Diagram:
Drilldown into solidMember in schema geometryaggregates_xsd 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_xsd Drilldown into AbstractSolidType in schema geometryprimitives_xsdXSD Diagram of CompositeSolidType in schema geometrycomplexes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CompositeSolidType">
    <annotation>
        <documentation>
				A composite solid is a geometry type with all the geometric properties of a (primitive) solid. 
				Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid. 
			</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSolidType">
            <sequence>
                <element ref="gml:solidMember" maxOccurs="unbounded">
                    <annotation>
                        <appinfo>
                            <sch:pattern xmlns:sch="http://www.ascc.net/xml/schematron">
                                <sch:rule context="gml:solidMember">
                                    <sch:extends rule="hrefOrContent" />
                                </sch:rule>
                            </sch:pattern>
                        </appinfo>
                        <documentation>This element references or contains one solid in the composite solid. The solids are contiguous.
NOTE: This definition allows for a nested structure, i.e. a CompositeSolid may use, for example, another CompositeSolid as a member.</documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </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
solidMember gml:solidMember (1) 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:CompositeSolid