Author Element (Data)

From HLKitWiki
Jump to: navigation, search

Context: HL KitKit Reference … Definition File Reference 

The "author" Element

The author information section contains details about the author of the data files and how best to contain the author regarding the data files. The XML element name used is "author" and the complete list of attributes is below.

author Text – Name of the author. Maximum length is 50 characters.
email (Optional) Text – Email address of the author to send questions and/or bug reports to. Maximum length is 70 characters. Default: Empty.
website (Optional) Text – URL of the author’s web-site where a FAQ and/or useful information can be found. Maximum length is 100 characters. Default: Empty.

Example

The following example demonstrates what an "author" element might look like. All default values are assumed for optional attributes.

<author
  author="John Q. Author"
  website="www.johnqauthor.com">
  </author>