3.1.4.5.2.1 SaveComments

The SaveComments element specifies the input data for the SaveComments WSDL operation.

 <xs:element name="SaveComments" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="fileUrl" nillable="true" type="xs:anyURI"/>
       <xs:element minOccurs="0" name="commentData" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="fileGuid" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

fileUrl: An anyURI that specifies the URL of the VSDX web drawing file in a document repository. There MUST be exactly one instance of this element, and it MUST NOT be null.

commentData: A string attribute that specifies data about a comment, in XML format as specified in section 2.2.9.3, for a shape in the VSDX web drawing. There MUST be exactly one instance of this element, and it MUST NOT be null.

fileGuid: A Guid complex type that specifies unique ID of the requested drawing page. There MUST be exactly one instance of this element, and it MUST NOT be null.