complexType sampledResultsElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p398.png
children UUVTelemetry USVTelemetry UGVTelemetry UAVTelemetry UUVControlOrder USVControlOrder UGVControlOrder UAVControlOrder Sensor Weapon
used by
element SampledResults
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
Element containing telemetry, control order, and sensor and/or weapon data for a single timestep.
source <xsd:complexType name="sampledResultsElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element containing telemetry, control order, and sensor and/or weapon data for a single timestep.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:choice minOccurs="0">
     
<xsd:element ref="UUVTelemetry"/>
     
<xsd:element ref="USVTelemetry"/>
     
<xsd:element ref="UGVTelemetry"/>
     
<xsd:element ref="UAVTelemetry"/>
   
</xsd:choice>
   
<xsd:choice minOccurs="0">
     
<xsd:element ref="UUVControlOrder"/>
     
<xsd:element ref="USVControlOrder"/>
     
<xsd:element ref="UGVControlOrder"/>
     
<xsd:element ref="UAVControlOrder"/>
   
</xsd:choice>
   
<xsd:element ref="Sensor" minOccurs="0"/>
   
<xsd:element ref="Weapon" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>


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