<complexType name="ConcatenatedOperationType">
<annotation>
<documentation>An ordered sequence of two or more single coordinate operations. The sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractCoordinateOperationType">
<sequence>
<element name="usesOperation" type="gml:SingleOperationRefType" minOccurs="2" maxOccurs="unbounded">
<annotation>
<documentation>Ordered sequence of associations to the two or more single operations used by this concatenated operation. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|