<xs:element name="BaseLocationFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseLocationFeature element identifies the feature whose location point is to be translated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Distance" type="LinearValueType"><xs:annotation><xs:documentation>The Distance element is the distance by which the base location is to be translated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="BaseAxisFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseAxisFeature element identifies the feature whose axis defines the translation direction.</xs:documentation></xs:annotation></xs:element>
The PointFeatureMovePointAxisType defines the construction of a point by translating a point by a specified distance along a feature axis from another feature location. If the Distance is negative, the point moves in the opposite direction to the feature axis.
<xs:complexType name="PointFeatureMovePointAxisType"><xs:annotation><xs:documentation>The PointFeatureMovePointAxisType defines the construction of a point by translating a point by a specified distance along a feature axis from another feature location. If the Distance is negative, the point moves in the opposite direction to the feature axis.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseLocationFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseLocationFeature element identifies the feature whose location point is to be translated.</xs:documentation></xs:annotation></xs:element><xs:element name="Distance" type="LinearValueType"><xs:annotation><xs:documentation>The Distance element is the distance by which the base location is to be translated.</xs:documentation></xs:annotation></xs:element><xs:element name="BaseAxisFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseAxisFeature element identifies the feature whose axis defines the translation direction.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>