Definition Type: Element
Name: InsertBefore
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================= InsertBefore ================================= An instruction to insert content before a designated element within a NewsItem. The content to be inserted is the content of the InsertBefore element. The NewsItem into which it is to be inserted is the previous revision of the current one, and the element before which it is to be inserted is the one whose Duid value is equal to the value of the InsertBefore 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 InsertBefore in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="InsertBefore">
    <xs:annotation>
        <xs:documentation>
================================= InsertBefore =================================
An instruction to insert content before a designated element within a NewsItem.
The content to be inserted is the content of the InsertBefore element. The
NewsItem into which it is to be inserted is the previous revision of the current
one, and the element before which it is to be inserted is the one whose Duid
value is equal to the value of the InsertBefore element's DuidRef attribute.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:restriction base="xs:anyType">
                <xs:sequence>
                    <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
                <xs:attributeGroup ref="localid" />
                <xs:attribute name="DuidRef" type="xs:IDREF" use="required" />
            </xs:restriction>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
DuidRef DuidRef Required
<anyAttribute>