Resource File Reference

This section explains the resource file of xfy technology user agent.

1. Overview

This section describes the summary of the resource file of xfy technology user agent.

1.1. Features and Usage

The resource file of xfy technology user agent is used for the following usages:

  • Record the information about the components embedded in xfy technology user agent
  • Describe things such as the strings and images used by each component

1.2. Namespace URI Reference

The URI reference for the resource file of xfy technology user agent is http://xmlns.xfytec.com/resource. In the following discussion, use the namespace prefix "resource:" in order to describe the elements of the resource file.

2. The Elements and Attributes Defined in the Namespace URI Reference for xfy technology User Agent Resource File.

Explains elements and attributes defined in the namespace URI reference for xfy technology user agent resource file.

2.1. Resource File

The elements and attributes defined in the namespace URI reference for xfy technology user agent resource file are listed below.

resource:resources Element

Includes the whole content of the resource file.

Content:

The elements available in the resource:resources element are listed below:

resource:string-resource Element

Defines a string resource.

Attribute:
name (mandatory)

Set the name of the string resource. It can be any string.

Content:

Describe the value of the string resource within the resource:string-resource element.

resource:url-resource Element

Defines resources to obtain in the URL, such as an image and an external file.

Attribute:
name (mandatory)

Set the name of the URL resource. It can be any string.

href (mandatory)

Set the URL to be the value of the URL resource. It can be a URL string. The URL can be specified by relative URL to the resource file.

Content:

The resource:url-resource element is empty.

3. Reserved Resource Name

In xfy technology user agent, the resource names beginning with "xfy-" are reserved. These resource names are used to describe the information about the components. The resource names with concrete usage are listed below:

xfy-name
Describes the name of the component.
xfy-icon16
Describes the URL to a small icon of the component.
xfy-icon32
Describes the URL to a large icon of the component.
xfy-vender
Describes the vendor of the component.
xfy-version
Describes the version of the component.
xfy-copyright
Describes the copyright of the component.
xfy-description
Describes a simple explanation of the component.
xfy-description-ref
Describes the URL to the detailed information of the component.