complexType missionResultsElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p369.png
children MissionStartTime SampledResults
used by
element MissionResults
attributes
Name  Type  Use  Default  Fixed  Annotation
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
Contains mission results elements such as telemetry, control orders, and weapon and sensor data.
source <xsd:complexType name="missionResultsElementType">
 
<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