if (mType instanceof ValueEntry || mType instanceof ValueBoxEntry)
// OBV spec is silent on defining VersionSpec for valuetype RepIds
version = "\"\"";
else
{
String id = mType.repositoryID ().ID ();
version = '"' + id.substring (id.lastIndexOf (':')+1) + '"';
}
}
else
{