complexType GoalAchievementParametersType
diagram ConfigurationSchema_p44.png
used by
element GoalCapabilitiesType/AchievementParameters
complexTypes UavGoalAchievementParametersType UuvGoalAchievementParametersType
attributes
Name  Type  Use  Default  Fixed  annotation
maximumSpeednonNegativeScalarrequired      
appinfo
Maximum speed (meters per second) of the vehicle.
searchSpeednonNegativeScalarrequired      
appinfo
Speed (meters per second) at which the vehicle will conduct searches once on station.
transitSpeednonNegativeScalarrequired      
appinfo
Speed (meters per second) at which the vehicle will transit between operating areas.
patrolSpeednonNegativeScalarrequired      
appinfo
Speed (meters per second) at which the vehicle will conduct patrols once on station.
minWaypointDistancenonNegativeScalarrequired      
appinfo
Number of waypoints between GPS popups.
sweepWidthnonNegativeScalarrequired      
appinfo
Sweep width (meters) as defined by NWP 3-22.5 (SAR TACAID).
targetEngageRangenonNegativeScalarrequired      
appinfo
Range at which potential targets can be detected and engaged during attacks.
contaminantDetectRangenonNegativeScalarrequired      
appinfo
Range at which potential contaminants (chemical, nuclear, etc.) can be detected.
turnRadiusnonNegativeScalarrequired      
appinfo
Expected turn radius (meters) to be used for planning purposes.
annotation
appinfo
Defines parameters that determine how individual goals will be accomplished (sweep width, etc.).
source <xsd:complexType name="GoalAchievementParametersType">
 
<xsd:annotation>
   
<xsd:appinfo>Defines parameters that determine how individual goals will be accomplished (sweep width, etc.).</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:attribute name="maximumSpeed" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Maximum speed (meters per second) of the vehicle.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="searchSpeed" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Speed (meters per second) at which the vehicle will conduct searches once on station.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="transitSpeed" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Speed (meters per second) at which the vehicle will transit between operating areas.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="patrolSpeed" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Speed (meters per second) at which the vehicle will conduct patrols once on station.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="minWaypointDistance" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Number of waypoints between GPS popups.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="sweepWidth" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Sweep width (meters) as defined by NWP 3-22.5 (SAR TACAID).</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="targetEngageRange" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Range at which potential targets can be detected and engaged during attacks.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="contaminantDetectRange" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Range at which potential contaminants (chemical, nuclear, etc.) can be detected.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="turnRadius" type="nonNegativeScalar" use="required">
   
<xsd:annotation>
     
<xsd:appinfo>Expected turn radius (meters) to be used for planning purposes.</xsd:appinfo>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute GoalAchievementParametersType/@maximumSpeed
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Maximum speed (meters per second) of the vehicle.
source <xsd:attribute name="maximumSpeed" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Maximum speed (meters per second) of the vehicle.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@searchSpeed
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Speed (meters per second) at which the vehicle will conduct searches once on station.
source <xsd:attribute name="searchSpeed" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Speed (meters per second) at which the vehicle will conduct searches once on station.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@transitSpeed
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Speed (meters per second) at which the vehicle will transit between operating areas.
source <xsd:attribute name="transitSpeed" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Speed (meters per second) at which the vehicle will transit between operating areas.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@patrolSpeed
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Speed (meters per second) at which the vehicle will conduct patrols once on station.
source <xsd:attribute name="patrolSpeed" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Speed (meters per second) at which the vehicle will conduct patrols once on station.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@minWaypointDistance
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Number of waypoints between GPS popups.
source <xsd:attribute name="minWaypointDistance" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Number of waypoints between GPS popups.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@sweepWidth
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Sweep width (meters) as defined by NWP 3-22.5 (SAR TACAID).
source <xsd:attribute name="sweepWidth" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Sweep width (meters) as defined by NWP 3-22.5 (SAR TACAID).</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@targetEngageRange
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Range at which potential targets can be detected and engaged during attacks.
source <xsd:attribute name="targetEngageRange" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Range at which potential targets can be detected and engaged during attacks.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@contaminantDetectRange
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Range at which potential contaminants (chemical, nuclear, etc.) can be detected.
source <xsd:attribute name="contaminantDetectRange" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Range at which potential contaminants (chemical, nuclear, etc.) can be detected.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute GoalAchievementParametersType/@turnRadius
type nonNegativeScalar
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 0.0 
annotation
appinfo
Expected turn radius (meters) to be used for planning purposes.
source <xsd:attribute name="turnRadius" type="nonNegativeScalar" use="required">
 
<xsd:annotation>
   
<xsd:appinfo>Expected turn radius (meters) to be used for planning purposes.</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>


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