3.1.4.22.2.2 GetAnnotationResponse

The GetAnnotationResponse element specifies the result data for the GetAnnotation WSDL operation.

 <xs:element name="GetAnnotationResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="GetAnnotationResult" type="tns:Annotation"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

GetAnnotationResult: The Annotation complex type object (see section 2.2.4.18) that was requested from the server (2).