Class TCitationAffiliationInfo

Unit

Declaration

type TCitationAffiliationInfo = class(TBackboneElement)

Description

The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property affiliation : string read Getaffiliation write Setaffiliation;
Public property affiliationElement : Tstring read GetaffiliationElement write SetaffiliationElement;
Public property role : string read Getrole write Setrole;
Public property roleElement : Tstring read GetroleElement write SetroleElement;
Public property identifier : TIdentifierArray read GetidentifierArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property affiliation : string read Getaffiliation write Setaffiliation;

Display for the organization.

Public property affiliationElement : Tstring read GetaffiliationElement write SetaffiliationElement;
 
Public property role : string read Getrole write Setrole;

Role within the organization, such as professional title.

Public property roleElement : Tstring read GetroleElement write SetroleElement;
 
Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the organization.


Generated by PasDoc 0.15.0.