complexType parallelTrackType
diagram AVCL.2.1_diagrams/AVCL.2.1_p380.png
children StartPoint
used by
element ParallelTrack
attributes
Name  Type  Use  Default  Fixed  Annotation
orientation  headingType  required      
firstTurn  turnDirectionType  required      
trackLength  positiveScalarType  required      
trackSpacing  positiveScalarType  required      
trackCount  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 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>

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

attribute parallelTrackType/@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 parallelTrackType/@trackLength
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="trackLength" type="positiveScalarType" use="required"/>

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

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


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