<xs:element name="AlongRowDirection" type="VectorType"><xs:annotation><xs:documentation>The AlongRowDirection element is the direction of a row of the pattern.</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncrementalRowDistance" type="LinearValueType"><xs:annotation><xs:documentation>The IncrementalRowDistance element is the distance between adjacent elements of a row of the pattern.</xs:documentation></xs:annotation></xs:element>
The BetweenRowDirection element is the direction from the first feature in one row to the first feature in the next row. The BetweenRowDirection must not be parallel to the AlongRowDirection.
<xs:element name="BetweenRowDirection" type="VectorType"><xs:annotation><xs:documentation>The BetweenRowDirection element is the direction from the first feature in one row to the first feature in the next row. The BetweenRowDirection must not be parallel to the AlongRowDirection.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RowSeparationDistance" type="LinearValueType"><xs:annotation><xs:documentation>The RowSeparationDistance element is the distance between rows of the pattern.</xs:documentation></xs:annotation></xs:element>
<xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element gives a direction characterizing the features in the pattern, for example, the axis of a cylinder or cone.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberOfFeaturesPerRow" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeaturesPerRow element is the number of locations in each row of the pattern.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberOfRows" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfRows element gives the number of rows of the pattern.</xs:documentation></xs:annotation></xs:element>
Complex Type PatternFeatureParallelogramDefinitionType
Annotations
The PatternFeatureParallelogramDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more parallelogram pattern features. A parallelogram pattern feature is a set of identically shaped features having the same orientation arranged in coplanar parallel rows. The nominal features in each row of the pattern must be equally spaced, and the rows must be equally spaced. The number of features in the set of features in the pattern must equal the product of the NumberOfFeaturesPerRow and the NumberOfRows. The AlongRowDirection and the BetweenRowDirection determine the plane of the pattern.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PatternFeatureParallelogramDefinitionType"><xs:annotation><xs:documentation>The PatternFeatureParallelogramDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more parallelogram pattern features. A parallelogram pattern feature is a set of identically shaped features having the same orientation arranged in coplanar parallel rows. The nominal features in each row of the pattern must be equally spaced, and the rows must be equally spaced. The number of features in the set of features in the pattern must equal the product of the NumberOfFeaturesPerRow and the NumberOfRows. The AlongRowDirection and the BetweenRowDirection determine the plane of the pattern.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PatternFeatureDefinitionBaseType"><xs:sequence><xs:element name="AlongRowDirection" type="VectorType"><xs:annotation><xs:documentation>The AlongRowDirection element is the direction of a row of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="IncrementalRowDistance" type="LinearValueType"><xs:annotation><xs:documentation>The IncrementalRowDistance element is the distance between adjacent elements of a row of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="BetweenRowDirection" type="VectorType"><xs:annotation><xs:documentation>The BetweenRowDirection element is the direction from the first feature in one row to the first feature in the next row. The BetweenRowDirection must not be parallel to the AlongRowDirection.</xs:documentation></xs:annotation></xs:element><xs:element name="RowSeparationDistance" type="LinearValueType"><xs:annotation><xs:documentation>The RowSeparationDistance element is the distance between rows of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element gives a direction characterizing the features in the pattern, for example, the axis of a cylinder or cone.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfFeaturesPerRow" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeaturesPerRow element is the number of locations in each row of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfRows" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfRows element gives the number of rows of the pattern.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>