<complexType name="CompoundCRSType">
<annotation>
<documentation>A coordinate reference system describing the position of points through two or more independent coordinate reference systems. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractReferenceSystemType">
<sequence>
<element ref="gml:includesCRS" minOccurs="2" maxOccurs="unbounded">
<annotation>
<documentation>Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|