simpleType avclVersion
type restriction of xsd:string
properties
base xsd:string
used by
attributes AVCL/@version avclMessageType/@version
facets
Kind Value Annotation
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
appinfo
avclVersion enumeration constants are used to identify the allowed versions for an AVCL document.
documentation
Language version number with corresponding XML schema validation
source <xsd:simpleType name="avclVersion">
 
<xsd:annotation>
   
<xsd:appinfo>avclVersion enumeration constants are used to identify the allowed versions for an AVCL document.</xsd:appinfo>
   
<xsd:documentation source="https://savage.nps.edu/Savage/AuvWorkbench/AVCL/AVCL.html">Language version number with corresponding XML schema validation</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="2.1">
     
<xsd:annotation>
       
<xsd:appinfo>Improved version of AVCL implemented on 1 November 2012.</xsd:appinfo>
       
<xsd:documentation source="https://savage.nps.edu/Savage/AuvWorkbench/AVCL/AVCL.2.1.xsd"/>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="2.0">
     
<xsd:annotation>
       
<xsd:appinfo>Improved version of AVCL implemented on 12 January 2009.</xsd:appinfo>
       
<xsd:documentation source="https://savage.nps.edu/Savage/AuvWorkbench/AVCL/AVCL.2.0.xsd"/>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<!-- Deliberately not supported, but prior entry kept here for legacy sake.  Use  AVCL.1.0To2.0.xslt to convert past missions, if upgrade is desired. -->
   
<!-- xsd:enumeration value="1.0">
               
<xsd:annotation>
                      
<xsd:appinfo>Original AVCL implemented on 02 March 2004.</xsd:appinfo>
                      
<xsd:documentation source="https://savage.nps.edu/Savage/AuvWorkbench/AVCL/AVCL.1.0.xsd"/>
               
</xsd:annotation>
        
</xsd:enumeration-->
   
<!-- TODO: Add further AVCL version enumerations here -->
 
</xsd:restriction>
</xsd:simpleType>


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