| type | restriction of xsd:string | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xsd:simpleType name="uuvCapabilityType"> <xsd:annotation> <xsd:documentation>Enumeration of potential unmanned underwater vehicle characteristics.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="thrusterPowered"/> <xsd:enumeration value="seaglider"/> <xsd:enumeration value="bodyThrustersInstalled"/> <xsd:enumeration value="hoverCapable"/> <xsd:enumeration value="stationCapable"/> <xsd:enumeration value="altitudeCapable"/> <xsd:enumeration value="communicationsCapable"/> <xsd:enumeration value="underwaterCommunicationsCapable"/> <xsd:enumeration value="satelliteCommunicationsCapable"/> <xsd:enumeration value="gpsCapable"/> </xsd:restriction> </xsd:simpleType> |