simpleType vehicleType
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
enumeration UAV
enumeration UGV
enumeration USV
enumeration UUV
annotation
documentation
Enumeration of potential vehicle types.
source <xsd:simpleType name="vehicleType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration of potential vehicle types.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="UAV"/>
   
<xsd:enumeration value="UGV"/>
   
<xsd:enumeration value="USV"/>
   
<xsd:enumeration value="UUV"/>
 
</xsd:restriction>
</xsd:simpleType>


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