The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.
<xs:element name="Offset" type="LinearValueType"><xs:annotation><xs:documentation>The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NominalDirection" type="UnitVectorType"><xs:annotation><xs:documentation>The NominalDirection element specifies the offset direction as a nominal unit vector.</xs:documentation></xs:annotation></xs:element>
The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.
<xs:element name="FeatureDirection" type="BaseFeatureType"><xs:annotation><xs:documentation>The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="DirectionalOffsetType"><xs:annotation><xs:documentation>The DirectionalOffsetType defines an offset or displacement in a specified direction.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Offset" type="LinearValueType"><xs:annotation><xs:documentation>The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.</xs:documentation></xs:annotation></xs:element><xs:choice><xs:element name="NominalDirection" type="UnitVectorType"><xs:annotation><xs:documentation>The NominalDirection element specifies the offset direction as a nominal unit vector.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureDirection" type="BaseFeatureType"><xs:annotation><xs:documentation>The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType>