diagram |
 |
children |
XX HH BB |
used by |
|
attributes |
|
annotation |
appinfo | Element that divides the UUV into integral pieces in all three axes for use in the computation of partially submerged buoyancy. |
|
source |
<xsd:complexType name="UuvCrossSectionArrayType">
<xsd:annotation>
<xsd:appinfo>Element that divides the UUV into integral pieces in all three axes for use in the computation of partially submerged buoyancy.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="XX" type="UuvCrossSectionArrayElementType" maxOccurs="unbounded"/>
<xsd:element name="HH" type="UuvCrossSectionArrayElementType" maxOccurs="unbounded"/>
<xsd:element name="BB" type="UuvCrossSectionArrayElementType" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="arrayElements" type="positiveInt" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |