<complexType name="PassThroughOperationType">
<annotation>
<documentation>A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractSingleOperationType">
<sequence>
<element name="modifiedCoordinate" type="positiveInteger" maxOccurs="unbounded">
<annotation>
<documentation>Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. </documentation>
</annotation>
</element>
<element name="usesOperation" type="gml:OperationRefType">
<annotation>
<documentation>Association to the operation applied to the specified ordinates. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|