complexType agendaGoalElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p305.png
children Attack Decontaminate Demolish IlluminateArea Jam MarkTarget MonitorTransmissions Patrol Rendezvous Reposition SampleEnvironment Search OperatingArea Duration Timing ReportingCriteria
used by
element Goals
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  required      
nextOnSucceed  xsd:IDREF  optional      
documentation
Goal element to complete next if this one is successful.  Mission complete if this is absent.
nextOnFail  xsd:IDREF  optional      
documentation
Goal element to complete next if this one is unsuccessful.  Mission complete if this is absent.
alert  xsd:boolean  optional  false    
documentation
If true, the vehicle is to proceed to the operating area but wait for an order before commencing goal execution.
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
annotation
documentation
Element utilized to specify a single declarative mission goal.
source <xsd:complexType name="agendaGoalElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element utilized to specify a single declarative mission goal.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:group ref="GoalElements"/>
   
<xsd:element ref="OperatingArea"/>
   
<xsd:group ref="TimingTypeElements"/>
   
<xsd:element ref="ReportingCriteria" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="id" type="xsd:ID" use="required"/>
 
<xsd:attribute name="nextOnSucceed" type="xsd:IDREF" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Goal element to complete next if this one is successful.  Mission complete if this is absent.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="nextOnFail" type="xsd:IDREF" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Goal element to complete next if this one is unsuccessful.  Mission complete if this is absent.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="alert" type="xsd:boolean" use="optional" default="false">
   
<xsd:annotation>
     
<xsd:documentation>If true, the vehicle is to proceed to the operating area but wait for an order before commencing goal execution.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="timeStamp" type="nonNegativeScalarType" use="optional"/>
 
<xsd:attribute name="description" type="xsd:string" use="optional"/>
</xsd:complexType>

attribute agendaGoalElementType/@id
type xsd:ID
properties
use required
source <xsd:attribute name="id" type="xsd:ID" use="required"/>

attribute agendaGoalElementType/@nextOnSucceed
type xsd:IDREF
properties
use optional
annotation
documentation
Goal element to complete next if this one is successful.  Mission complete if this is absent.
source <xsd:attribute name="nextOnSucceed" type="xsd:IDREF" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Goal element to complete next if this one is successful.  Mission complete if this is absent.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute agendaGoalElementType/@nextOnFail
type xsd:IDREF
properties
use optional
annotation
documentation
Goal element to complete next if this one is unsuccessful.  Mission complete if this is absent.
source <xsd:attribute name="nextOnFail" type="xsd:IDREF" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Goal element to complete next if this one is unsuccessful.  Mission complete if this is absent.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute agendaGoalElementType/@alert
type xsd:boolean
properties
use optional
default false
annotation
documentation
If true, the vehicle is to proceed to the operating area but wait for an order before commencing goal execution.
source <xsd:attribute name="alert" type="xsd:boolean" use="optional" default="false">
 
<xsd:annotation>
   
<xsd:documentation>If true, the vehicle is to proceed to the operating area but wait for an order before commencing goal execution.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute agendaGoalElementType/@timeStamp
type nonNegativeScalarType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="timeStamp" type="nonNegativeScalarType" use="optional"/>

attribute agendaGoalElementType/@description
type xsd:string
properties
use optional
source <xsd:attribute name="description" type="xsd:string" use="optional"/>


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