<xs:element name="LineDirection" type="UnitVectorType"><xs:annotation><xs:documentation>The LineDirection element is the direction of the line of features in the current coordinate system.</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncrementalDistance" type="LinearValueType"><xs:annotation><xs:documentation>The IncrementalDistance is the distance between adjacent features in the pattern.</xs:documentation></xs:annotation></xs:element>
The optional FeatureDirection element is a direction characterizing the features in the pattern, for example, the axis of a cylinder or the direction of an extrusion.
<xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element is a direction characterizing the features in the pattern, for example, the axis of a cylinder or the direction of an extrusion.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberOfFeatures" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeatures element gives the number of locations in the pattern. This must be the same as the number of features in the pattern.</xs:documentation></xs:annotation></xs:element>
The PatternFeatureLinearDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more linear pattern features. A linear pattern feature is a set of identically shaped features having the same orientation arranged in a straight line. The nominal features in the pattern must lie equally spaced on the line.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PatternFeatureLinearDefinitionType"><xs:annotation><xs:documentation>The PatternFeatureLinearDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more linear pattern features. A linear pattern feature is a set of identically shaped features having the same orientation arranged in a straight line. The nominal features in the pattern must lie equally spaced on the line.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PatternFeatureDefinitionBaseType"><xs:sequence><xs:element name="LineDirection" type="UnitVectorType"><xs:annotation><xs:documentation>The LineDirection element is the direction of the line of features in the current coordinate system.</xs:documentation></xs:annotation></xs:element><xs:element name="IncrementalDistance" type="LinearValueType"><xs:annotation><xs:documentation>The IncrementalDistance is the distance between adjacent features in the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element is a direction characterizing the features in the pattern, for example, the axis of a cylinder or the direction of an extrusion.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfFeatures" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeatures element gives the number of locations in the pattern. This must be the same as the number of features in the pattern.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>