| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| appinfo | | Element containing general characteristics of a UUV. |
|
| source |
<xsd:complexType name="UuvVehicleCharacteristicsType">
<xsd:annotation>
<xsd:appinfo>Element containing general characteristics of a UUV.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="weight" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="buoyancy" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="length" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="diameter" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="height" type="xsd:double" use="required"/>
<xsd:attribute name="mbtWeight" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |