simpleType informationRequestType
type restriction of xsd:string
properties
base xsd:string
used by
attribute informationRequestElementType/@informationType
facets
Kind Value Annotation
enumeration ping
documentation
Request for a communications check.
enumeration telemetry
documentation
Request for the receiving vehicle to provide it's telemetry (position and velocity).
enumeration operating characteristics
documentation
Request for the receiving vehicle to provide a summary of its operating characteristics or capabilities.
annotation
documentation
Enumeration describing the available types of information that can be requested.
source <xsd:simpleType name="informationRequestType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration describing the available types of information that can be requested.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="ping">
     
<xsd:annotation>
       
<xsd:documentation>Request for a communications check.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="telemetry">
     
<xsd:annotation>
       
<xsd:documentation>Request for the receiving vehicle to provide it's telemetry (position and velocity).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="operating characteristics">
     
<xsd:annotation>
       
<xsd:documentation>Request for the receiving vehicle to provide a summary of its operating characteristics or capabilities.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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