diagram |
 |
children |
StartPoint |
used by |
|
attributes |
|
annotation |
documentation | A pie-like pattern dividing a circle of specified radius into specified sectors. |
|
source |
<xsd:complexType name="sectorPatternType">
<xsd:annotation>
<xsd:documentation>A pie-like pattern dividing a circle of specified radius into specified sectors.</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="radius" type="positiveScalarType" use="required"/>
<xsd:attribute name="sectorSize" type="positiveScalarType" use="required"/>
<xsd:attribute name="sectorCount" type="positiveIntegerType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |