type | restriction of xsd:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |