Definition Type: Element
Name: Delete
Containing Schema: NewsML_1.2.xsd
Abstract
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. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into DuidRef in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of Delete in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
DuidRef DuidRef Required