namespace VersOne.Epub.Schema
{
///
/// Version of the SMIL specification to which the given media overlay document conforms.
///
/// See for more information.
///
///
public enum SmilVersion
{
///
/// Corresponds to version 3.0 of the SMIL specification.
/// See for more information.
///
SMIL_3 = 3
}
}