<fragment-ref>
Summary
A reference to a section in the document structure. Only appears when comparing documents.
INFORMATIONAL - ignored by upload.
Usage context
Element category | metadata |
---|---|
PSML level | portable |
Permitted content | |
Permitted parent | <section-ref> |
HTML equivalent | |
OpenXML equivalent |
Attributes
This element includes the following attributes:
Name | Type | Required | Description |
---|---|---|---|
id | fragment-id | yes | The 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.