<reversexrefs>
Summary
The list of reverse cross-references at the document or fragment level.
This element is informational—ignored by upload.
Usage context
Element category | metadata |
---|---|
PSML level | metadata |
Permitted content | <reversexref> |
Permitted parent | <documentinfo> <locator> |
HTML equivalent | no equivalent |
OpenXML equivalent | no equivalent |
Attributes
This element includes the following attributes:
Name | Type | Required | Description |
---|---|---|---|
limitreached | boolean | no | Whether the maxReverseXRefs limit has been reached |
@limitreached
This flag is used to indicate whether the maximum number of reverse xrefs that can be displayed has been reached. This limit can be controlled in PageSeeder using the maxReverseXRefs.
When set to true
, the list of reverse xrefs is incomplete and limited to the value of maxReverseXRefs.
When the number reverse xrefs exceeds the maximum allowed, there is no guarantee that the same set of reverse xrefs is selected.
Examples
Schema
XML Schema
<xs:element name="reversexrefs"> <xs:complexType> <xs:sequence> <xs:element ref="reversexref" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="limitreached" type="xs:boolean" use="optional" default="false"/> </xs:complexType> </xs:element>
Relax Schema
element reversexrefs { attribute limitreached { xs:boolean }?, element reversexref+ }
Compatibility
This element was introduced in the first draft of PSML and is well-supported from PageSeeder 5.1.