-- Copyright: 2010, 2011 Dino Morelli -- License: BSD3 (see LICENSE) -- Author: Dino Morelli {- | Data types for working with the metadata of ePub documents These data types were constructed by studying the IDPF OPF specification for ePub documents found here: -} module Codec.Epub.Opf.Common where -- | Attribute value used to relate things to each other in the OPF data type MFItemId = String