Contents

Data ordering

Represent multiple representations of the same information, differing either by language or storage type or by the size or nature of the data.

Overview

Multiple values for the same tag represent multiple representations of the same information, differing either by language or storage type or by the size or nature of the data. For example, an artist name may be supplied in three ways:

  • as a large JPEG of their signature

  • as a smaller ‘thumbnail’ JPEG of their signature

  • as text

An application may then choose the variation of the the artist name to display based on the size it needs.

Data must be ordered in each item from the most-specific data to the most general. An application may, if it wishes, stop ‘searching’ for a value once it finds a value that it can display (it has an acceptable locale and type).

See Also

Types and usage