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.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> |