| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| appinfo | | Sonar control parameters. |
|
| source |
<xsd:complexType name="SonarControlConstantsType">
<xsd:annotation>
<xsd:appinfo>Sonar control parameters.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="targetDiscriminationDistance" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="st725ScanWidth" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="st1000ScanWidth" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="headingStep" type="NonNegativeDoubleType" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |