diagram |
 |
children |
StartPoint |
used by |
|
attributes |
|
annotation |
documentation | A pattern starting at a center point and spiraling outward in increasingly large squares for a specified number of points. |
|
source |
<xsd:complexType name="expandingSquareType">
<xsd:annotation>
<xsd:documentation>A pattern starting at a center point and spiraling outward in increasingly large squares for a specified number of points.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="StartPoint"/>
</xsd:sequence>
<xsd:attribute name="orientation" type="headingType" use="required"/>
<xsd:attribute name="turnDirection" type="turnDirectionType" use="required"/>
<xsd:attribute name="trackSpacing" type="positiveScalarType" use="required"/>
<xsd:attribute name="trackCount" type="positiveIntType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |