<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:AbstractCoordinateOperationType">
<sequence>
<element ref="gml:modifiedCoordinate" 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 ref="gml:usesOperation" />
</sequence>
</extension>
</complexContent>
</complexType>
|