Definition Type: ComplexType
Name: CompoundCRSType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCRSType
Containing Schema: coordinateReferenceSystems.xsd
Abstract
Documentation:
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
Collapse XSD Schema Diagram:
Drilldown into includesCRS in schema coordinatereferencesystems_xsd Drilldown into crsID in schema referencesystems_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 AbstractCRSObjectType in schema referencesystems_xsd Drilldown into AbstractReferenceSystemType in schema referencesystems_xsd Drilldown into AbstractCRSType in schema referencesystems_xsdXSD Diagram of CompoundCRSType in schema coordinatereferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="CompoundCRSType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>A coordinate reference system describing the position of points through two or more independent coordinate reference systems. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:AbstractCRSType">
            <xsd:sequence>
                <xsd:element name="includesCRS" type="gml:CoordinateReferenceSystemRefType" minOccurs="2" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation>Ordered sequence of associations to the component coordinate reference systems included in this compound coordinate reference system. </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd: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
metaDataProperty gml:metaDataProperty 0 unbounded
crsID gml:crsID (1) (1)
includesCRS gml:includesCRS 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:CompoundCRS