element AVCL
diagram AVCL.3.1_diagrams/AVCL.3.1_p14.png
properties
content complex
children head body
attributes
Name  Type  Use  Default  Fixed  Annotation
version  avclVersion  required      
documentation
AVCL language version
annotation
documentation
Autonomous Vehicle Command Language Root Element. AVCL documents can contain all pre-mission, post-mission and in-mission data.
source <xsd:element name="AVCL">
 
<xsd:annotation>
   
<xsd:documentation>Autonomous Vehicle Command Language Root Element. AVCL documents can contain all pre-mission, post-mission and in-mission data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="head" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The head section contains metadata about this file, not about the mission.  It is similar to HTML and X3D document head sections.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element ref="body">
       
<xsd:annotation>
         
<xsd:documentation>The body of the mission includes all actionable information.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
   
<xsd:attribute name="version" type="avclVersion" use="required">
     
<xsd:annotation>
       
<xsd:documentation>AVCL language version</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute AVCL/@version
type avclVersion
properties
use required
facets
Kind Value Annotation
enumeration 3.1
appinfo
Support for Dimensions of Autonomous Decision Making (DADM) Risk Element (RE) constraints, July 2022.
enumeration 3.0
appinfo
Support for Mission Execution Ontology (MEO) for Ethical Control of Unmanned Systems, October 2019.
enumeration 2.1
appinfo
Improved version of AVCL implemented on 1 November 2012.
enumeration 2.0
appinfo
Improved version of AVCL implemented on 12 January 2009.
annotation
documentation
AVCL language version
source <xsd:attribute name="version" type="avclVersion" use="required">
 
<xsd:annotation>
   
<xsd:documentation>AVCL language version</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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