diagram | ![]() |
||
children | DepthBlock AltitudeBlock DepthAltitudeBlock | ||
used by |
|
||
annotation |
|
||
source | <xsd:group name="DepthBlockElements"> <xsd:annotation> <xsd:documentation>Element used to specify a block of depths to an AUV.</xsd:documentation> </xsd:annotation> <xsd:choice> <xsd:element ref="DepthBlock"> <xsd:annotation> <xsd:documentation>Element specifying a minimum to maximum (inclusive) depth block.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="AltitudeBlock"> <xsd:annotation> <xsd:documentation>Element specifying a minimum to maximum (inclusive) altitude above the bottom block.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="DepthAltitudeBlock"> <xsd:annotation> <xsd:documentation>Element specifying a minimum depth to minimum altitude above the bottom (inclusive) block.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:group> |