enum MAGES::DSS::Sv

enum Sv
{
    Invalid = 0,
    Initial = 1,
    Latest  = Initial,
};