diagram |
 |
used by |
|
attributes |
|
annotation |
documentation | Used to define the basic operating limits of a vehicle. |
|
source |
<xsd:complexType name="operatingLimitsElementType">
<xsd:annotation>
<xsd:documentation>Used to define the basic operating limits of a vehicle.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="maxSpeed" type="positiveScalarType" use="required"/>
<xsd:attribute name="maxAltitude" type="positiveScalarType" use="optional"/>
<xsd:attribute name="maxDepth" type="positiveScalarType" use="optional"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |