complexType sectorPatternType
diagram AVCL.2.1_diagrams/AVCL.2.1_p403.png
children StartPoint
used by
element SectorPattern
attributes
Name  Type  Use  Default  Fixed  Annotation
orientation  headingType  required      
firstTurn  turnDirectionType  required      
radius  positiveScalarType  required      
sectorSize  positiveScalarType  required      
sectorCount  positiveIntegerType  required      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
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>

attribute sectorPatternType/@orientation
type headingType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
source <xsd:attribute name="orientation" type="headingType" use="required"/>

attribute sectorPatternType/@firstTurn
type turnDirectionType
properties
use required
facets
Kind Value Annotation
enumeration left
enumeration right
enumeration port
enumeration starboard
source <xsd:attribute name="firstTurn" type="turnDirectionType" use="required"/>

attribute sectorPatternType/@radius
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="radius" type="positiveScalarType" use="required"/>

attribute sectorPatternType/@sectorSize
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="sectorSize" type="positiveScalarType" use="required"/>

attribute sectorPatternType/@sectorCount
type positiveIntegerType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="sectorCount" type="positiveIntegerType" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy