simpleType ugvCapabilityType
type restriction of xsd:string
properties
base xsd:string
used by
attribute capabilityUGVElementType/@value
facets
Kind Value Annotation
enumeration allTerrainCapable
enumeration communicationsCapable
enumeration satelliteCommunicationsCapable
enumeration gpsCapable
annotation
documentation
Enumeration of potential unmanned ground vehicle characteristics.
source <xsd:simpleType name="ugvCapabilityType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration of potential unmanned ground vehicle characteristics.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="allTerrainCapable"/>
   
<xsd:enumeration value="communicationsCapable"/>
   
<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