complexType discreteTimeResultsElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p337.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      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Element containing telemetry, control order, and sensor and/or weapon data for a single timestep.
source <xsd:complexType name="discreteTimeResultsElementType">
 
<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