complexType MissionTelemetryElementType
diagram AVCL.3.1_diagrams/AVCL.3.1_p378.png
children MissionStartTime SampledResults
used by
element MissionTelemetry
attributes
Name  Type  Use  Default  Fixed  Annotation
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
title  xsd:string  optional      
documentation
Short title naming this element.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
refid  xsd:IDREF  optional      
annotation
documentation
Contains mission results elements such as telemetry, control orders, and weapon and sensor data.
source <xsd:complexType name="MissionTelemetryElementType">
 
<xsd:annotation>
   
<xsd:documentation>Contains mission results elements such as telemetry, control orders, and weapon and sensor data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element ref="MissionStartTime" minOccurs="0"/>
   
<xsd:choice minOccurs="0" maxOccurs="unbounded">
     
<xsd:element ref="SampledResults"/>
   
</xsd:choice>
 
</xsd:sequence>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>


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