Skip to main content

 Element reference

Service API elements from <alias> to <workflow>

<fullname>

Summary

A concatenation of the first name and surname of a member separated by a space.

When the text is generated from the first name and surname of a member, since both the first name are surname are limited to 50 characters, text value does not exceed 101 characters.

When the text is that taken from an author, the text value does not exceed 100 characters.

Usage context

Permitted contenttext
Permitted parent<assignedto> <author> <member> <modifiedby>

Attributes

No attributes

Examples

<member id="123"
        firstname="John"
        surname="Smith"
        username="jsmith"
        email="jsmith@example.org"
        status="activated">
  <fullname>John Smith</fullname>
</member>

Schema

XML Schema

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

Relax Schema

element fullname { text }

Compatibility

No change since initial API release.

Created on , last edited on