Skip to main content

 Element reference

PSML elements from <author> to <xref>

<fragment-ref>

Summary

A reference to a section in the document structure. Only appears when comparing documents.

INFORMATIONAL - ignored by upload.

Usage context

Element categorymetadata
PSML levelportable
Permitted content
Permitted parent<section-ref>
HTML equivalent
OpenXML equivalent

Attributes

This element includes the following attributes:

NameTypeRequiredDescription
idfragment-idyesThe fragment ID

@id

The fragment ID which must be unique within the document.

Examples

<fragment-ref id="1" />

Schema

XML Schema

<xs:element name="fragment-ref">
  <xs:complexType>
    <xs:attribute name="id" type="fragment-id" use="required"/>
  </xs:complexType>
</xs:element>

Relax schema

element fragment-ref {
   attribute id { fragment-id }
}

Compatibility

This element was introduced in PSML beta 10 and is supported from PageSeeder 5.9.

Created on , last edited on