simpleType avclVersion
type restriction of xsd:string
properties
base xsd:string
used by
attributes AVCL/@version avclMessageType/@version
facets
Kind Value Annotation
enumeration 2.0
appinfo
Follow on AVCL implemented on 12 January 2009.
annotation
appinfo
avclVersion enumeration constants are used to identify the allowed versions for an AVCL document.
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.2.0/AVCL.2.0.html"/>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="2.0">
     
<xsd:annotation>
       
<xsd:appinfo>Follow on 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 kept here for legacy sake.  Use  AVCL.1.0To2.0.xslt to convert if 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 eneumerations here -->
 
</xsd:restriction>
</xsd:simpleType>


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