type | restriction of xsd:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
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> |