diagram |
 |
children |
PDControl ControlLimits Standoff |
used by |
|
attributes |
|
annotation |
appinfo | Vehicle control coefficients for an unmanned ground vehicle. |
|
source |
<xsd:complexType name="UgvControlConstantsType">
<xsd:annotation>
<xsd:appinfo>Vehicle control coefficients for an unmanned ground vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PDControl" type="UgvPdControlType"/>
<xsd:element name="ControlLimits" type="UgvControlLimitsType"/>
<xsd:element name="Standoff" type="DistanceType"/>
</xsd:sequence>
<xsd:attribute name="units" type="UnitsOfMeasureType"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |