//! History of a device type.
use ;
/// Defines one revision of the device type.
///
/// Revisions are optional. Every time a GDTF file is uploaded to the database, a revision with the
/// actual time and UserID is created by the database.
///
/// Corresponds to a `<Revision>` XML node.