element <delete> (local)
Namespace:
Type:
xsd:int
Content:
simple
Defined:
locally within refType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<delete>
   
Content: 
{ xsd:int }
</delete>
Included in content model of elements (1):
ref (in document)
Annotation
If this element exists, it specifies an HTTP GET operation to be performed to delete the reference cleanly. This would be placed here by another service that stored data in the .NET Documents service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="delete" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
If this element exists, it specifies an HTTP GET operation to be performed to delete the reference cleanly.
This would be placed here by another service that stored data in the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>