Skip to main content

 Element reference

PSML elements from <author> to <xref>

<fullname>

Summary

The <fullname> element is informational and provides a fully resolved name in the context of a member or author so that it does not have to be recomputed.

It generally consists of the first name and surname separated by a whitespace.

Usage context

Element categorymetadata
PSML levelmetadata
Permitted contenttext only
Permitted parent<author>
HTML equivalentno equivalent
OpenXML equivalentno equivalent

Attributes

This element does not have any attributes.

Examples

The fullname element in the context of an author element:

<author firstname="John" surname="Smith" id="725362">
  <fullname>John Smith</fullname>
</author>

Schema

XML Schema

<xs:element name="fullname" type="xs:string"/>

Relax Schema

element fullname { text }

Compatibility

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

Created on , last edited on