complexType operatingLimitsElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p378.png
used by
element OperatingLimits
attributes
Name  Type  Use  Default  Fixed  Annotation
maxSpeed  positiveScalarType  required      
maxAltitude  positiveScalarType  optional      
maxDepth  positiveScalarType  optional      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
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>

attribute operatingLimitsElementType/@maxSpeed
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="maxSpeed" type="positiveScalarType" use="required"/>

attribute operatingLimitsElementType/@maxAltitude
type positiveScalarType
properties
use optional
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="maxAltitude" type="positiveScalarType" use="optional"/>

attribute operatingLimitsElementType/@maxDepth
type positiveScalarType
properties
use optional
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="maxDepth" type="positiveScalarType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy