2.2.1.1.1.1 resp
The resp (response) element describes a server response to a client request. resp is a child element of reps. key is an attribute and maps to the client req key in the client telemetry request message. There is a one-to-one mapping of the telemetry response message resp element to the telemetry request message req element (see section 2.1.1.1.2.2).
-
<xs:element nm="resp" minOccurs="1" maxOccurs="unbounded"> <xs:complexType> <xs:attribute nm="key" type="xs:string" use="required" /> </xs:complexType> </xs:element>