Definition Type: ComplexType
Name: MultiGeometryType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGeometricAggregateType
Containing Schema: gml.xsd
Abstract
Documentation:
A geometry collection must include one or more geometries, referenced through geometryMember elements.
Collapse XSD Schema Diagram:
Drilldown into geometryMember in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractGMLType in schema gml_xsd Drilldown into srsDimension in schema gml_xsd Drilldown into srsName in schema gml_xsd Drilldown into SRSReferenceGroup in schema gml_xsd Drilldown into AbstractGeometryType in schema gml_xsd Drilldown into AbstractGeometricAggregateType in schema gml_xsdXSD Diagram of MultiGeometryType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="MultiGeometryType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">geometryAggregates.xsd</appinfo>
        <documentation>
				A geometry collection must include one or more geometries, referenced through geometryMember elements.
			</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricAggregateType">
            <sequence>
                <annotation>
                    <documentation>The members of the geometric aggregate can be specified using the "standard" property.</documentation>
                </annotation>
                <element ref="gml:geometryMember" minOccurs="0" maxOccurs="unbounded" />
            </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
geometryMember gml:geometryMember 0 unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
Collapse Derivation Tree:
Collapse References:
gml:MultiGeometry