Skip to main content

 Element reference

PSML elements from <author> to <xref>

<content>

Summary

Previous document content if different from current (used when doing a compare).

Usage context

Element category
PSML levelprocessed
Permitted contentany
Permitted parent<compare>, <note>
HTML equivalentno equivalent
OpenXML equivalentno equivalent

Attributes

This element does not have any attributes.

Examples

See examples for parents elements <compare> or <note>.

Schema

XML Schema

<xs:element name="content">
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:any minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Relax Schema

element content {
   any
}

Compatibility

This element was introduced in the first draft of PSML and is well-supported from PageSeeder 5.1.

Created on , last edited on