2.2.1 resp

The resp (response) element is the topmost element of a server-to-client response message. There is an associated version number. The version number is used to differentiate schema changes in the telemetry response message format. The version number of this schema is 2.

 <xs:element name="resp">
  <xs:complexType>
   <xs:attribute name="ver" type="xs:unsignedInt" use="required" />
  </xs:complexType>
 </xs:element>