<xs:element name="Delete">
<xs:annotation>
<xs:documentation>
==================================== Delete ====================================
An instruction to delete an element within a NewsItem. The NewsItem is
the previous revision of the current one, and the element to be deleted is the
one whose Duid value is equal to the value of the Delete element's DuidRef
attribute.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="localid" />
<xs:attribute name="DuidRef" type="xs:IDREF" use="required" />
</xs:complexType>
</xs:element>
|