diagram |
 |
used by |
|
attributes |
|
annotation |
appinfo | Element containing installed unmanned underwater vehicle installed hardware. |
|
source |
<xsd:complexType name="UuvHardwareType">
<xsd:annotation>
<xsd:appinfo>Element containing installed unmanned underwater vehicle installed hardware.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="bodyThrusters" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="gliderControl" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="st1000" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="st725" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="displayScreen" type="xsd:boolean" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |