<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>
|