2.2.4.8 CommandResponse

This type defines the format the s:Body element of the server response message upon successful processing of the Command message (for more information, see section 3.1.4.11).

 <xs:complexType name="CommandResponse">
   <xs:sequence>
     <xs:element name="CommandId"
       type="xs:anyURI"
      />
   </xs:sequence>
 </xs:complexType>
  

Element

CommandId: Attribute indicating the identity of the command for which status is being reported.