simpleType uavCapabilityType
type restriction of xsd:string
properties
base xsd:string
used by
attribute capabilityUAVElementType/@value
facets
Kind Value Annotation
enumeration fixedWing
enumeration rotaryWing
enumeration singleEngine
enumeration multiEngine
enumeration satelliteCommunicationsCapable
enumeration gpsCapable
annotation
documentation
Enumeration of potential unmanned aerial vehicle characteristics.
source <xsd:simpleType name="uavCapabilityType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration of potential unmanned aerial vehicle characteristics.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="fixedWing"/>
   
<xsd:enumeration value="rotaryWing"/>
   
<xsd:enumeration value="singleEngine"/>
   
<xsd:enumeration value="multiEngine"/>
   
<xsd:enumeration value="satelliteCommunicationsCapable"/>
   
<xsd:enumeration value="gpsCapable"/>
 
</xsd:restriction>
</xsd:simpleType>


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