Skip to main content

 Element reference

PSML elements from <author> to <xref>

<notes>

Summary

The notes on the last notification of the fragment.

This element acts as a container for when multiple notes are recorded against an edit; although, it is still present when only one note is recorded.

Usage context

Element categorymetadata
PSML levelmetadata
Permitted content<note>
Permitted parent<locator>
HTML equivalentno equivalent
OpenXML equivalent

Attributes

This element does not have any attributes.

Examples

Notes in the context of a locator.

<locator id="542" fragment="1">
  <notes>
    <note id="123"
          title="Typo" 
          modified="2015-11-03T11:45:27">
      ...
    </note>
    <note id="131"
          title="Source" 
          modified="2015-11-03T11:45:27">
      ...
    </note>
  </notes>
</locator>

Schema

XML Schema

<xs:element  name="notes">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="note" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Relax Schema

element notes {
   element note+
}

Compatibility

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

Created on , last edited on