complexType operatingLimitsElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_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      
description  xsd:string  optional      
id  xsd:ID  optional      
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
minInclusive 0
source <xsd:attribute name="maxSpeed" type="positiveScalarType" use="required"/>

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

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


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