| diagram |
 |
| children |
StartPoint |
| used by |
|
| attributes |
|
| annotation |
| documentation | | A lawnmower-type pattern consisting of a series of parallel lines of specified length and spacing between. |
|
| source |
<xsd:complexType name="parallelTrackType">
<xsd:annotation>
<xsd:documentation>A lawnmower-type pattern consisting of a series of parallel lines of specified length and spacing between.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="StartPoint"/>
</xsd:sequence>
<xsd:attribute name="orientation" type="headingType" use="required"/>
<xsd:attribute name="firstTurn" type="turnDirectionType" use="required"/>
<xsd:attribute name="trackLength" type="positiveScalarType" use="required"/>
<xsd:attribute name="trackSpacing" type="positiveScalarType" use="required"/>
<xsd:attribute name="trackCount" type="positiveIntegerType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |