<xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the point 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 point is to be translated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Vector" type="UnitVectorType"><xs:annotation><xs:documentation>The Vector element is the unit vector specifying the translation direction.</xs:documentation></xs:annotation></xs:element>
The PointFeatureMovePointVectorType defines the construction of a point by translating a base point a specified distance in a specified direction. If the Distance is negative, the point moves in the opposite direction to the vector.
<xs:complexType name="PointFeatureMovePointVectorType"><xs:annotation><xs:documentation>The PointFeatureMovePointVectorType defines the construction of a point by translating a base point a specified distance in a specified direction. If the Distance is negative, the point moves in the opposite direction to the vector.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the point 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 point is to be translated.</xs:documentation></xs:annotation></xs:element><xs:element name="Vector" type="UnitVectorType"><xs:annotation><xs:documentation>The Vector element is the unit vector specifying the translation direction.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>