Definition Type Element
Name Replace
Type anyType
Abstract False
Documentation
=================================== Replace ====================================
An instruction to replace a designated element within a NewsItem. The element
that is to replace the designated element is the content of the Replace element.
The NewsItem within which the replacement takes place is the previous revision
of the current one, and the element to be replaced is the one whose Duid
value is equal to the value of the Replace element's DuidRefattribute.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="Replace" >
  <xs:annotation>
    <xs:documentation>
=================================== Replace ====================================
An instruction to replace a designated element within a NewsItem. The element
that is to replace the designated element is the content of the Replace element.
The NewsItem within which the replacement takes place is the previous revision
of the current one, and the element to be replaced is the one whose Duid
value is equal to the value of the Replace element's DuidRefattribute.
================================================================================

      
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:complexContent mixed="false">
      <xs:restriction base="xs:anyType">
        <xs:sequence>
          <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
        </xs:sequence>

        <xs:attributeGroup ref="localid"/>
        <xs:attribute name="DuidRef" type="xs:IDREF" use="required"/>
      </xs:restriction>

    </xs:complexContent>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
Replace
    Replace
References
Replace
Generated using Liquid XML Studio by Liquid Technologies Ltd