Definition Type Element
Name InsertAfter
Type anyType
Abstract False
Documentation
================================= InsertAfter ==================================
An instruction to insert content after a designated element within a NewsItem.
The content to be inserted is the content of the InsertAfter element. The
NewsItem into which it is to be inserted is the previous revision of the current
one, and the element after which it is to be inserted is the one whose Duid
value is equal to the value of the InsertAfter element's DuidRef attribute.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="InsertAfter" >
  <xs:annotation>
    <xs:documentation>
================================= InsertAfter ==================================
An instruction to insert content after a designated element within a NewsItem.
The content to be inserted is the content of the InsertAfter element. The
NewsItem into which it is to be inserted is the previous revision of the current
one, and the element after which it is to be inserted is the one whose Duid
value is equal to the value of the InsertAfter element's DuidRef attribute.
================================================================================

      
</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]
InsertAfter
    InsertAfter
References
InsertAfter
Generated using Liquid XML Studio by Liquid Technologies Ltd