Definition Type Element
Name Delete
Abstract False
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.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
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>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
Delete
    Delete
References
Delete
Generated using Liquid XML Studio by Liquid Technologies Ltd