public static Scorm2004.objectiveIDType Translate(Scorm1_2.objectiveIDType i)
        {
            if (i == null)
            {
                return(null);
            }

            Scorm2004.objectiveIDType ret = new Scorm2004.objectiveIDType();
            ret.id = i.id;
            return(ret);
        }
        public static Scorm2004.objectiveIDType Translate(Scorm1_2.objectiveIDType i)
        {
            if (i == null) return null;

            Scorm2004.objectiveIDType ret = new Scorm2004.objectiveIDType();
            ret.id = i.id;
            return ret;
        }